🌐
DummyJSON
dummyjson.com › docs › users
Users - DummyJSON - Free Fake REST API for Placeholder JSON Data
REST Endpoints filled with Users 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.
🌐
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.
Discussions

How to quickly fake any kind of API response for test
If you find yourself in a situation where you want to test a specific JSON-response from an API endpoint, but either you can’t get the response you need from your real endpoint or maybe your real endpoint is not ready yet, this is pretty useful. Just go to https://designer.mocky.io/ Press ... More on forum.bubble.io
🌐 forum.bubble.io
10
January 22, 2024
using fake API from jsonpalceholder, how to append ...
I am using API with javascript for first time, so I am using jsonplaceholder fake API. I have an array of objects and I am trying to iterate over a property in this array of object but I got this e... More on stackoverflow.com
🌐 stackoverflow.com
Built a simple API to generate fake user data (avatars, emails, job titles), great for testing UI
This is awesome! We (from Smarketly) often see folks in marketing juggling complex tools or expensive solutions just to get decent test data for UI mockups or demo environments. An API like this for generating fake user data could be a real time-saver. Definitely see the value for quickly populating things without the usual hassle. Nice work! More on reddit.com
🌐 r/SideProject
2
4
August 3, 2024
Tool to create many "meaningful" fake API Requests for testing (Can Postman do that?)
What framework did u use for the server? It should have test suite. More on reddit.com
🌐 r/webdev
6
2
December 30, 2022
People also ask

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 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 do custom endpoints work?
Custom endpoints let you shape responses around your collections or specific UX flows. Define the path, method, and response data-ideal for staging environments, automation callbacks, and UI experiments. Higher limits are available on Premium.
🌐
reqres.in
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
🌐
Platzi
fakeapi.platzi.com › en › rest › users
Users | Platzi Fake Store API
Platzi Fake Store API · Search CtrlK · Cancel · GitHub · Select theme · Dark · Light · Auto · Retrieve a list of all users by using the /users endpoint. Terminal window · GET https://api.escuelajs.co/api/v1/users · [ { "id": 1, "email": ...
🌐
Fake Store API
fakestoreapi.com
Fake Store API
Users Simulates shopping cart logic: user + list of product IDs + quantity 10 users · Login Token Returns a JWT token for testing authentication JWT token View Details on Docs · This is just a small glimpse of your incredible support. so much more kindness and trust has been shared over these 5 amazing years with FakeStoreAPI. Thank you for being part of this journey! Today I've been practicing with React-Redux making this kinda e-commerce app with https://fakestoreapi.com ... Top 4 Free Fake API: Fake store rest API for your e‑commerce or shopping website prototype.
🌐
Random User Generator
randomuser.me
Random User Generator | Home
You can use AJAX to call the Random User Generator API and will receive a randomly generated user in return.
🌐
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.
Find elsewhere
🌐
Reqres
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
Free Start a project with collections, app users, and logs. ... Need custom limits, SSO, or data residency? Let's tailor a plan. ... ReqRes serves billions of API requests every month. On Free plans, we may include a small “supported by” link inside a stable _meta block-never touching data.
🌐
API Ninjas
api-ninjas.com › api › randomuser
Random User API - API Ninjas
The Random User API generates fake random user data such as name, email, address, username for placeholders or application testing.
🌐
Azurewebsites
fakerestapi.azurewebsites.net › index.html
Swagger UI
We cannot provide a description for this page right now
🌐
Mockaroo
mockaroo.com
Mockaroo - Random Data Generator and API Mocking Tool | JSON / CSV / SQL / Excel
A free test data generator and API mocking tool - Mockaroo lets you create custom CSV, JSON, SQL, and Excel datasets to test and demo your software.
🌐
Mocki
mocki.io › fake-json-api
Fake API - Dummy User and Todo API - Create Your Own
Access ready to use fake and dummy APIs with JSON data such as users and todos. Create your own fake API using Mockis interactive API editor.
🌐
Beeceptor
app.beeceptor.com › mock-server › fake-json-api
Fake API - Mock API
Generate fake users (names, address, profile photo, phone, etc).
🌐
Bubble
forum.bubble.io › tips
How to quickly fake any kind of API response for test - Tips - Bubble Forum
January 22, 2024 - If you find yourself in a situation ... your real endpoint is not ready yet, this is pretty useful. Just go to https://designer.mocky.io/ Press new mock button....
🌐
Stack Overflow
stackoverflow.com › questions › 72498690 › using-fake-api-from-jsonpalceholder-how-to-append-the-returned-data-from-api-to
using fake API from jsonpalceholder, how to append ...
I am using API with javascript for first time, so I am using jsonplaceholder fake API. I have an array of objects and I am trying to iterate over a property in this array of object but I got this error: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'appendChild') ... const api_url = 'https://jsonplaceholder.typicode.com/users'; let specialisty = document.getElementById('specialisty-menu'); async function getUser() { // Making an API call (request) // and getting the response back const response = await fetch(api_url); // Parsing it to JSON format const data = await response.json(); console.log(data); let name = data.map((a) => a.name); console.log(name); for (let i = 0; i < name.length; i++) { console.log(name[i]); let item = document.createElement('a'); item.appendChild(document.createTextNode(name[i])); specialisty.appendChild(item); } } getUser();
🌐
Postman
documenter.getpostman.com › view › 4858910 › S1LpZrgg
Fake API
This collection defines the API implemented by the [Fake API Server](https://github.com/jmather/node-fake-api-server) and consumed by the [Fake API Client](https://github.com/jmather/node-fake-api-client)
🌐
GitHub
github.com › typicode › json-server
GitHub - typicode/json-server: Get a full fake REST API with zero coding in less than 30 seconds (seriously) · GitHub
3 weeks ago - Get a full fake REST API with zero coding in less than 30 seconds (seriously) - typicode/json-server
Starred by 75.7K users
Forked by 7.3K users
Languages   JavaScript 91.7% | HTML 8.3%
🌐
Reddit
reddit.com › r/sideproject › built a simple api to generate fake user data (avatars, emails, job titles), great for testing ui
r/SideProject on Reddit: Built a simple API to generate fake user data (avatars, emails, job titles), great for testing UI
August 3, 2024 -

I needed fake users with realistic info to test frontend layouts, not just names, but job titles, phone numbers, and avatars. So I built a quick API that gives you full personas in one call.

Live here: https://rapidapi.com/ashketchume45/api/fake-persona-generator-api

You can request up to 1000 fake users (with avatars) on free plan using a simple GET endpoint. It returns JSON like:

  • name

  • email

  • phone

  • job title

  • address

  • avatar

Thought others might find this helpful. I use it in React apps, mockup tools, and local testing.

🌐
Medium
medium.com › @CodeCatalyst › try-this-free-fake-apis-whenever-you-need-some-fake-data-813cba74a96f
Try this Free Fake APIs Whenever You Need Some Fake Data | by Code Catalyst | Medium
April 7, 2023 - FakerAPI is easy to use, and you can start making requests to the API without any authentication. You can use it to test your application’s rendering of data and other features. Random User Generator is a free fake API that generates random user data for testing and prototyping.