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
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.
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
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 › programmerof › dummyjson › blob › main › README.md
dummyjson/README.md at main · programmerof/dummyjson
Example Product Data json Copy code { "products": [ { "id": 1, "title": "iPhone 9", "description": "An apple mobile which is nothing like apple", "price": 549, "discountPercentage": 12.96, "rating": 4.69, "stock": 94, "brand": "Apple", "category": "smartphones", "thumbnail": "https://cdn.dummyjson.com/product-images/1/thumbnail.jpg", "images": [ "https://cdn.dummyjson.com/product-images/1/1.jpg", "https://cdn.dummyjson.com/product-images/1/2.jpg", "https://cdn.dummyjson.com/product-images/1/3.jpg", "https://cdn.dummyjson.com/product-images/1/4.jpg", "https://cdn.dummyjson.com/product-images/1/
Author programmerof
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 · Mar 6, 2026 · HTML · Sponsor · Star 2 · Our API can quickly produce a variety of profiles for your application, giving it a boost with actual user data and providing a lively and interesting user experience while saving you time.
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
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 ·
npm
npmjs.com › package › dummy-json
dummy-json - npm
April 3, 2022 - Dummy JSON is a Node utility that allows you to generate random JSON data using Handlebars templates. It comes with a built-in collection of Handlebars helpers that generate common data values, such as names, numbers, dates, and also allows ...
» npm install dummy-json
Published Apr 03, 2022
Version 3.0.5
Author Matt Sweetman
Repository https://github.com/webroo/dummy-json
Homepage https://github.com/webroo/dummy-json
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 › 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