There are plenty of free APIs you can use for learning - https://github.com/toddmotto/public-apis/ Answer from fyzbo on reddit.com
Restapiexample
dummy.restapiexample.com
Dummy sample rest api - dummy.restapiexample.com
This page will list all of the rest services. These are fake online REST APIs for testing and prototyping sample applications that use rest calls to display listings and crud features. This rest api tutorials, faking a server, and sharing code examples can all be used.
DummyJSON
dummyjson.com
DummyJSON - Free Fake REST API for Placeholder JSON Data
fetch(`https://dummyjson.com/ RESOURCE products carts users posts comments quotes recipes todos `) ... Need a REST API for custom JSON data?
Videos
03:06
7 Free Sites That Provide Dummy Rest APIs To Practice API Testing ...
00:56
5 Free & Fake Demo API for testing | #AskRaghav - YouTube
04:26
How Do You Make a Dummy API in Postman? - YouTube
20:53
How to create Fake REST API for testing and mocking using json-server ...
07:26
Create unlimited free apis for testing or mocking - YouTube
05:54
How to create MOCK API with POSTMAN | dummy api - YouTube
What are the different API key types?
ReqRes offers three API key permission levels: read-only (GET only), read/write (GET, POST, PUT, PATCH), and manage (includes DELETE operations). Use admin keys for managing collections and automations; use session tokens for per-user data access.
reqres.in
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
How does the Image to API feature work?
The Image to API feature uses AI to analyze UI screenshots and automatically generate working API endpoints. Upload a screenshot of your design (or a Figma frame), and we generate REST endpoints and schemas you can deploy. Available on all plans with different usage limits; deployment requires Pro or above.
reqres.in
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
What is a frontend-first backend?
A frontend-first backend gives you production-grade data, auth, and automations without standing up servers. ReqRes lets you create projects with collections, app users, magic-link auth, and logs so your frontend can ship with real data and stay production-ready.
reqres.in
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
GitHub
github.com โบ kovaku โบ dummy-rest-api-example
GitHub - kovaku/dummy-rest-api-example: Simple REST API service for mentees to practice API testing ยท GitHub
Simple REST API service for mentees to practice API testing. The project mimics the API of http://dummy.restapiexample.com/ site.
Author ย kovaku
Reqres
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
POST /api/app-users/login POST /api/app-users/verify Authorization: Bearer <session_token> GET /app/collections/todos/records
JSONPlaceholder
jsonplaceholder.typicode.com
JSONPlaceholder - Free Fake REST API
JSONPlaceholder is a free online REST API that you can use whenever you need some fake data. It can be in a README on GitHub, for a demo on CodeSandbox, in code examples on Stack Overflow, ...or simply to test things locally.
Reddit
reddit.com โบ r/javascript โบ is there a dummy api for testing/practice?
r/javascript on Reddit: Is there a dummy API for testing/practice?
January 16, 2017 -
Something like https://httpstat.us/ but for API endpoints?
Top answer 1 of 18
16
There are plenty of free APIs you can use for learning - https://github.com/toddmotto/public-apis/
2 of 18
9
The RESTful Pokemon API is great for this. https://pokeapi.co/ It's a realistic enough example of what real APIs look like, it has a good set of features and it's properly documented.
Postman
postman.com โบ interstellar-astronaut-852950 โบ dummy-restapiexample-com โบ overview
dummy.restapiexample.com
Accelerate API development with Postman's all-in-one platform. Streamline collaboration and simplify the API lifecycle for faster, better results. Learn more.
Beeceptor
beeceptor.com โบ use cases โบ sample api for testing
Sample API For Testing | Beeceptor
If you are testing frontend code, mobile apps, automation scripts, or learning REST APIs, you usually need a working API URL. Not documentation. Not setup steps. Just an endpoint that responds with JSON. Below are public sample APIs provided by Beeceptor that you can use immediately. They are hosted, CORS-enabled, and return realistic data. Get a dedicated mock server to host a mock API. Set custom response and status code. Create Dummy API For TestingInspect incoming requests โข Build a sample API instantly โข Free
Mocki
mocki.io โบ fake-json-api
Fake API - Dummy User and Todo API - Create Your Own
Scroll down for ready-to-use examples of different fake APIs. If you want to create a simple API for testing purposes, simply enter a response body below and press Create API to get your custom API URL. Use Mocki to create a fully fledged mock API. Sign up for a 7-day free trial and get: Multiple API endpoints ยท Monitoring dashboard ยท Simulated errors and delays ยท Generated test data Sign Up (Free Trial) Mocki is a great tool for creating and designing REST APIs for data ingestion ยท
GitHub
github.com โบ medianetlab โบ dummyrest
GitHub - medianetlab/dummyrest: Dummy REST API for testing functions
You should get a 200 response with the message "Dummy REST API". By default the application writes a log file at the home directory of the user that started the application. A sample database to store the resources of the example REST API is ...
Author ย medianetlab
Dummyapi
dummyapi.io
Dummy API: Fake api full of users, images, post, comments etc
Full cycle REST/GraphQL production API server with fake data, 100 Users, over 800 posts, 1000 comments, 24/7 available for your experiments
GitHub
github.com โบ kovaku โบ dummy-rest-api-example โบ blob โบ master โบ Readme.md
dummy-rest-api-example/Readme.md at master ยท kovaku/dummy-rest-api-example
Simple REST API service for mentees to practice API testing - dummy-rest-api-example/Readme.md at master ยท kovaku/dummy-rest-api-example
Author ย kovaku
Docker Hub
hub.docker.com โบ r โบ abdennour โบ dummy-rest-api-example
abdennour/dummy-rest-api-example - Docker Image
docker run -d -p 8080:8080 -e ADMIN_PASSWORD=pass123 abdennour/dummy-rest-api-example Copy
Jojozhuang
jojozhuang.github.io โบ tutorial โบ creating-restful-api-with-dummy-server
Creating RESTful API with Dummy Server @ https://jojozhuang.github.io
December 15, 2017 - Start the dummy server. ... You can start JSON Server on other ports with the โport option. ... Open web browser to access http://localhost:5000/. Click on the โ/productsโ link or directly access http://localhost:5000/products. Three products are returned in JSON format.
REST API
restful-api.dev
Free Real REST API โ Full CRUD Support (GET, POST, PUT, PATCH, DELETE) for Testing & Learning
Learn about restfulโapi.dev - a free platform helping developers, students, and educators explore, test, and master RESTful APIs through practical tools and public endpoints.
Fake Store API
fakestoreapi.com
Fake Store API
Fake store rest api for your ecommerce or shopping website prototype
Top answer 1 of 5
36
http://www.jsontest.com/ will be your new best friend I guess...
Try this out for your need: http://echo.jsontest.com/title/ipsum/content/blah
It will return this:
{
"content": "blah",
"title": "ipsum"
}
2 of 5
14
You can use also www.mocky.io, where you mock your HTTP responses to test your REST API.
It is possible to change also the headers of the response and of course to write precisely the content (including json...)