There are plenty of free APIs you can use for learning - https://github.com/toddmotto/public-apis/ Answer from fyzbo on reddit.com
🌐
Medium
medium.com β€Ί @therklogy β€Ί best-free-dummy-apis-for-testing-updated-2025-48c652203912
Best Free Dummy APIs for Testing (Updated 2025) | by RK Logy | Medium
September 15, 2025 - JSONPlaceholder: The classic free REST API for posts, comments, todos, and users. Huge community support but has limited data variety and customization. DummyJSON: Provides a wide range of fake data β€” from users and products, to todos and comments β€” with dynamic search, filtering, and even image and identicon endpoints. Powerful for more advanced testing needs.
🌐
Reddit
reddit.com β€Ί r/webdev β€Ί tool to create many "meaningful" fake api requests for testing (can postman do that?)
r/webdev on Reddit: Tool to create many "meaningful" fake API Requests for testing (Can Postman do that?)
December 30, 2022 -

Hi,

I developed an Backend with a HTTP API. Currently no real data is used in the Backend and database. To test some systems that rely on the Backend I want to fill it wiht a lot of Data. However the data should be meaningfull in a way that the entries use random date entries that span a certain time, or that some data references other data with the IDs that are returned by the API when entering a new datapoint. So not everything should be pure randomness. I am looking for a tool to automate this, and send thousend of requests.
I have a good Postman collection for all the Requests that the API supports. I was thinking that Postman would have a scripting funtionality, that lets me generate random values that I can use in the following requests, and save values from the responses to use in other requests. However, the scripting ("Tests") Seem to be limitied to only one request type.

Any other tools that are recommandable? In the end I always can just script everythin in Python, but a proper tool similar to postman would be probably preferable.

🌐
Restapiexample
dummy.restapiexample.com
Dummy sample rest api - dummy.restapiexample.com
The Dummy Rest API with demo.we are providing free online REST API that you can use whenever you need some fake data.
🌐
Dummyapi
dummyapi.io
Dummy API: Fake api full of users, images, post, comments etc
Data sandbox API for playing around with real users and post data. Feel free to use it in your demo projects, tutorials, or testing tasks. Over 100 fake users, 800+ posts and pictures, 1k+ comments. There are two types of API interfaces available: REST data API endpoints and GraphQL API. Account DashboardExplore API LiveAPI Documentation Β· DummyAPI ...
🌐
Beeceptor
beeceptor.com β€Ί mock-server β€Ί explore
Free Mock APIs for Testing
This mock server leverages Beeceptor features to provide a free and openly accessible fake REST API. This is ideally suited for testing and prototyping. There are a variety of endpoints available and each provides JSON response for resources ...
Find elsewhere
🌐
Reddit
reddit.com β€Ί r/webdev β€Ί has anyone ever used dummy api before?
r/webdev on Reddit: Has anyone ever used dummy API before?
November 4, 2020 -

https://dummyapiI.io

I'm using this to try and create a dummy social media site for my next project. But I can't get it to work, I keep getting a 403 error which is app id not found my code is below if anyone can help or has an example of what the call should look like.

Edit: sorry about the formatting

const APPID = '000000000000aaaaaaaaaaa';

const apiCall = axios.create({ baseURL: 'https://dummyapi.io/data/v1/', param: { appid: APPID } });

const response = apiCall.get('/user?', { params:{ limit: 10 } });

🌐
mockAPI
mockapi.io
mockAPI
MockAPI is a simple tool that lets you easily mock up APIs, generate custom data, and perform operations on it using RESTful interface. MockAPI is meant to be used as a prototyping/testing/learning tool.
🌐
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.
🌐
DummyJSON
dummyjson.com
DummyJSON - Free Fake REST API for Placeholder JSON Data
DummyJSON provides a free fake REST API with placeholder JSON data for development, testing, and prototyping. Access realistic data quickly for your projects.
🌐
Reqres
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
ReqRes is the frontend-first backend you call with fetch(). Projects bundle collections, app users, logs, and automations-no backend code required.
🌐
Reddit
reddit.com β€Ί r/learnprogramming β€Ί creating dummy api
r/learnprogramming on Reddit: creating dummy API
October 8, 2023 -

so i'm making my first dummy API, i created a json file using vs code and saved it appropriately, i now opened terminal to get the file type and all, but i keep getting "not a directory" which is a problem when i copied it direclty from my system. all in all i am LOST if anyone can give me a step by step process on how to do it from the beginning i'd be glad, or at least a solution for my current problem

🌐
Reddit
reddit.com β€Ί r/reactjs β€Ί need help to create a dummy api
r/reactjs on Reddit: Need Help to create a dummy api
April 21, 2023 -

I have design of a dashboard and and i wanna create a simple dummy api which contains all these data which are being shown in this dashboard and and there line chart in that dashboard which needs to be interactive with data of that dummy api

🌐
Reddit
reddit.com β€Ί r/qualityassurance β€Ί api testing
r/QualityAssurance on Reddit: API testing
August 7, 2024 -

So I recently started doing some API testing and all I have done is be given the endspoints and verified the response codes. What other ways have you been required to do with APIs especially in intergration testing? I would like to be able to speak to it if asked.

🌐
Mockoon
mockoon.com
Mockoon - Create mock APIs in seconds with Mockoon
Mockoon is the easiest and quickest way to run mock REST API servers. No remote deployment, no account required, free, open source and cross-platform.
🌐
Reddit
reddit.com β€Ί r/webdev β€Ί how do i test apis correctly?
r/webdev on Reddit: How do I test APIs correctly?
May 7, 2023 -

I have been writing websites and web apps for a while now. After playing around in many different languages and frameworks for the web, I have settled on Spring for the backend, and React for the frontend, as well as Tailwind for styling. I have written a simple CRUD REST API in Spring, and I am using Postman to send requests.

I want to know how to write tests for the API, preferably in Postman. I also want to know how the tests for APIs actually work at a more general level. I have created a simple test in postman, that checks for content type status code, and verifies the returned JSON. Is this the correct way to do it? I only ask because I though I needed to simulate every possible situation and test for it. Is this true?

Thanks.

🌐
ACCELQ
accelq.com β€Ί home β€Ί top api testing examples you need to try today
Hands-On API Testing Examples to Boost Quality in 2025
November 12, 2025 - Discover API testing examples that work! Explore REST API testing, security checks, cURL commands, and dummy APIs for faster QA.
🌐
Beeceptor
beeceptor.com
Mock APIs - Free REST & SOAP APIs for Devs & QA
Build mock APIs in a few seconds. No coding required. Build replicas for REST, SOAP, gRPC, GraphQL APIs for testing. The #1 alternative to WireMock. Get started free.