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.
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.
Videos
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.
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
Access your REST API: curl http://localhost:3000/posts/1 · Response: { "id": "1", "title": "a title", "views": 100 } Run json-server --help for a list of options · Become a sponsor and have your company logo here ·
Starred by 75.7K users
Forked by 7.3K users
Languages JavaScript 91.7% | HTML 8.3%
Restapiexample
dummy.restapiexample.com
Dummy sample rest api - Rest Api Example
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.
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
Fake Store API
fakestoreapi.com
Fake Store API
5 Best Free eCommerce APIs and Store API Solutions for Developers: Fake Store API is a fantastic option for developers looking to create a shopping website prototype or test their e‑commerce applications. ... Exploring FakeStoreAPI for ecommerce apps – essential component for our Flutter ecommerce app. ... 🚀 New Feature in ChatWise: Now Powered by Model Context Protocol (MCP) … In this example, we’ve integrated the FakeStoreAPI.
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.
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.
Azurewebsites
fakerestapi.azurewebsites.net
Swagger UI
We cannot provide a description for this page right now
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.
Platzi
fakeapi.platzi.com
Platzi Fake Store API | Platzi Fake Store API
Platzi Fake Store API · Search CtrlK · Cancel · GitHub · Select theme · Dark · Light · Auto · The perfect API solution for your e-commerce or shopping website prototype. View Docs · [GET] https://api.escuelajs.co/api/v1/products · ...
Instant Web Tools
instantwebtools.net › fake-rest-api
Fake Rest API | Instant Web Tools
Do you need a Fake API that supports pagination? So here we have an endpoint which supports pagination. This API reads a dataset of more than 10000 rows of a dataset and returns a paginated response.
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)
Beeceptor
app.beeceptor.com › mock-server › fake-json-api
Fake API - Mock API
{ "id": {{pathParam 'company_id'}}, "name": "{{faker 'company.name'}}", "address": "{{faker 'location.streetAddress'}}", "zip": "{{faker 'location.zipCode'}}", "country": "{{faker 'location.country'}}", "employeeCount": {{faker 'number.int' '10000'}}, "industry": "Technology", "marketCap": {{faker 'number.int' '{min:1000000, max:10000000000}'}}, "domain": "{{faker 'internet.domainName'}}", "logo": "https://example.com/logo1.png", "ceoName": "{{faker 'person.firstName'}} {{faker 'person.lastName'}}" } ... Each time you call this API, you get unique ten company objects.
Reqres
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
Create a project (60 seconds) See a real example app Docs (API reference)
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 - JSONPlaceholder 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 HTTP requests, data rendering, and more. here's an example of how to use JSONPlaceholder with Angular to get fake data for a blog application: