Loading repository data…
Loading repository data…
Ovi / repository
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.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
DummyJSON is a free REST API for generating placeholder JSON data — no setup, no auth, just use it.
📘 Docs: https://dummyjson.com/docs
New: Now you can generate your own custom responses from DummyJSON, try it now!
Use any method you prefer - fetch API, Axios, jQuery AJAX - it all works seamlessly.
Example:
const res = await fetch('https://dummyjson.com/products');
const json = await res.json();
console.log(json);
OR
const response = await axios.get('https://dummyjson.com/products');
console.log(response.data);
P.S.: Pagination is supported.
Filtering & search https://dummyjson.com/products/search?q=phone
Nested resources https://dummyjson.com/users/1/posts
Delay responses https://dummyjson.com/products?delay=1000
Dummy Image Generator is a simple Node.js service for generating placeholder images with customizable options.
You can use the service by making HTTP requests to the following URL:
MIT