ParthaKuchana.com    Tech Insights & Innovation
REST API Tester
Back to the Tools Home Page

REST API Tester
(See below 10 Public APIs to Test)













Response:


        

10 Public APIs for Testing

Here is a curated list of 10 public APIs you can use for testing REST functionality:

1. JSONPlaceholder

A fake REST API for testing and prototyping.

Base URL: https://jsonplaceholder.typicode.com

  • GET /posts - Get all posts
  • POST /posts - Create a new post
  • PUT /posts/1 - Update a post
  • DELETE /posts/1 - Delete a post

2. OpenWeatherMap API

Provides weather data for a given location.

Base URL: https://api.openweathermap.org/data/2.5

  • GET /weather?q=London&appid=YOUR_API_KEY - Current weather
  • GET /forecast?q=London&appid=YOUR_API_KEY - 5-day forecast

3. REST Countries API

Provides information about countries.

Base URL: https://restcountries.com/v3.1

  • GET /all - Get all countries
  • GET /name/{name} - Get a specific country
  • GET /region/{region} - Get countries by region

4. Cat Facts API

Returns random cat-related facts.

Base URL: https://catfact.ninja

  • GET /fact - Get a random cat fact
  • GET /facts?limit=5 - Get multiple cat facts

5. Public APIs List (Meta API)

An API to search and retrieve a list of public APIs.

Base URL: https://api.publicapis.org

  • GET /entries - Get a list of APIs
  • GET /entries?category=animals - Search APIs by category

6. Bored API

Generates random activities for people.

Base URL: https://www.boredapi.com/api

  • GET /activity - Get a random activity
  • GET /activity?participants=1 - Filter by participants

7. Dummy REST API Example

A dummy API for CRUD operations.

Base URL: https://dummy.restapiexample.com/api/v1

  • GET /employees - Get all employees
  • POST /create - Create a new employee
  • PUT /update/1 - Update an employee

8. Random User Generator API

Generates random user profiles.

Base URL: https://randomuser.me/api

  • GET / - Get a random user
  • GET /?results=5 - Get multiple users

9. Dog CEO's Dog API

Provides random images of dogs by breed.

Base URL: https://dog.ceo/api

  • GET /breeds/image/random - Get a random dog image
  • GET /breed/{breed}/images - Get images by breed

10. The Rick and Morty API

Provides data about Rick and Morty characters, episodes, and locations.

Base URL: https://rickandmortyapi.com/api

  • GET /character - Get all characters
  • GET /character/1 - Get a single character
  • GET /episode - Get all episodes