GitHub
github.com › Ovi › DummyJSON
GitHub - Ovi/DummyJSON: DummyJSON.com provides different types of REST Endpoints filled with JSON data which you can use in developing the frontend with your favorite framework and library without worrying about writing a backend. · GitHub
DummyJSON.com provides different types of REST Endpoints filled with JSON data which you can use in developing the frontend with your favorite framework and library without worrying about writing a backend. - Ovi/DummyJSON
Starred by 2.7K users
Forked by 284 users
Languages EJS 46.4% | JavaScript 43.6% | SCSS 9.8% | Dockerfile 0.2%
GitHub
github.com › webroo › dummy-json
GitHub - webroo/dummy-json: Generates random dummy JSON data in Node.js
Generates random dummy JSON data in Node.js. Contribute to webroo/dummy-json development by creating an account on GitHub.
Starred by 376 users
Forked by 61 users
Languages JavaScript 100.0% | JavaScript 100.0%
I built an open-source dummy JSON API which receives over 20 million requests per month
I use this nice service sometime. Just wondering how many people visit your website beside API requests. More on reddit.com
Anyone have a favorite free service that has dummy JSON that can be queried over HTTP?
https://www.reddit.com/.json More on reddit.com
I built an open-source dummy JSON API using Node which receives over 20 million requests per month
Did you do this entirely by yourself? The docs alone are impressive More on reddit.com
creating dummy API
Do you have spaces in the filename? More on reddit.com
Videos
23:11
How to create a Fake REST API using JSON-Server | Updated 2024 ...
04:58
JSON Server Tutorial Fake REST API #12 Generate Random Data - YouTube
09:17
Mocking APIs with json-server - YouTube
00:56
5 Free & Fake Demo API for testing | #AskRaghav - YouTube
07:26
Create unlimited free apis for testing or mocking - YouTube
09:49
Top 5 free or Fake APIs - YouTube
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.
Microsoft Edge
microsoftedge.github.io › Demos › json-dummy-data
JSON dummy data | Demos
This is a collection of dummy JSON files in various sizes to use as test data for the JSON viewer.
DummyJSON
dummyjson.com
DummyJSON - Free Fake REST API for Placeholder JSON Data
Get instant dummy JSON data for your frontend with DummyJSON Server — no backend setup needed! View on GitHub Read Docs Serving over 500 million requests monthly!
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
February 20, 2026 - 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%
GitHub
github.com › lamngockhuong › dummy-api
GitHub - lamngockhuong/dummy-api: Create Dummy API Server by json-server
This example will define a custom route, search user by email · // routes.json { "/users/email/:email": "/users?email=:email" } If you want to change home page template, please update the contents at public/ The recommended way to run this container looks like this: $ DB_FILE=db.json && ROUTES_FILE=routes.json && docker run -d \ --name dummy-api \ -p 3000:3000 \ -v $(pwd)/$DB_FILE:/app/db.json \ -v $(pwd)/$ROUTES_FILE:/app/routes.json \ lamngockhuong/dummy-api:latest
Author lamngockhuong
GitHub
github.com › rookiemonkey › dummy-products-api
GitHub - rookiemonkey/dummy-products-api: An api to fetch dummy e-commerce product :dress: :womans_clothes: JSON data with placeholder images. · GitHub
An api to fetch dummy e-commerce product :tshirt: :dress: :jeans: :womans_clothes: JSON data with placeholder images. - GitHub - rookiemonkey/dummy-products-api: An api to fetch dummy e-commerce product :dress: :womans_clothes: JSON data with ...
Starred by 153 users
Forked by 29 users
Languages JavaScript 57.2% | HTML 42.4% | Shell 0.4%
GitHub
github.com › iGyanendraYadav › TheDummyProducts
GitHub - iGyanendraYadav/TheDummyProducts: A simple listing of the dummy products using the Dummy JSON API. Please have a look once !!! · GitHub
A simple listing of the dummy products using the Dummy JSON API. Please have a look once !!! - iGyanendraYadav/TheDummyProducts
Author iGyanendraYadav
GitHub
github.com › rovolution › dummy-json-route
GitHub - rovolution/dummy-json-route: Serve up dummy JSON data at a URL endpoint based on a Dummy JSON template file
Serve up dummy data at http://localhost:9000/person/:id/purchases from template file 'dummyPurchaseData.hbs'
Author rovolution
GitHub
github.com › topics › dummy-api
dummy-api · GitHub Topics · GitHub
json-server dummy-api json-server-heroku json-server-glitch json-server-example · Updated · Dec 13, 2025 · HTML · Star 2 · Revolutionize your development workflow with our customizable dummy API. api-rest dummy-api · Updated · Feb 13, 2024 · TypeScript ·
CodeSandbox
codesandbox.io › examples › package › dummy-json
dummy-json examples - CodeSandbox
ApI (forked) mudasser1994 · broken-water (forked) cleve-fauna · AboutDummy JSON mock data generator for Node.js2,799Weekly Downloads · Latest version3.0.5 · LicenseMIT · External Links · github.com/webroo/dummy-json · github.com/webroo/dummy-json/issues ·
GitHub
github.com › juangsalaz › jsonfake
GitHub - juangsalaz/jsonfake: Free Fake Rest API for Testing, Learning and Prototyping. Get instant dummy JSON data for your frontend.
Free Fake Rest API for Testing, Learning and Prototyping. Get instant dummy JSON data for your frontend. - juangsalaz/jsonfake
Author juangsalaz
Jojozhuang
jojozhuang.github.io › tutorial › creating-restful-api-with-dummy-server
Creating RESTful API with Dummy Server @ https://jojozhuang.github.io
December 15, 2017 - Create a new request, choose ‘PUT’ method and specify ‘http://localhost:5000/api/products/4’ as the URL. In the Request Body, select ‘raw’, provide the new product information in JSON format, and choose ‘JSON(application/json)’.
Codepo8
codepo8.github.io › json-dummy-data
JSON Dummy Data
JSON Dummy data files · Formatted versions · 411 KB · 1.8 MB · 2.3 MB · 5.9 MB · 11.7 MB · 23 KB · 137 KB · 176 KB
GitHub
github.com › topics › dummy-json
dummy-json · GitHub Topics · GitHub
react javascript json react-router styled-components material-ui api-rest ecommerce-website react-router-dom dummy-json
GitHub
github.com › topics › fake-api-json-server
fake-api-json-server · GitHub Topics · GitHub
Vuex store is demo ecommerce store using Fake Rest API with JSON-Server and Axios for HTTP Call, and for UI using Vuetify.