DummyJSON is your go-to free online REST API for instantly generating placeholder data without the hassle of setting up a server. Perfect for front-end development, teaching, testing, and prototyping!
Explore the detailed documentation at DummyJSON/Docs for quick samples.
New: Now you can generate your own custom responses from DummyJSON, try it now!
Ever felt bogged down by the complexities of setting up a backend just to fetch dummy data for your front-end project? Or perhaps you dreamt of a learning app where obtaining realistic data didn't involve navigating through convoluted public APIs and cumbersome registration processes. Well, say hello to DummyJSON!
Say goodbye to wrestling with complicated backend setups! With DummyJSON, you can focus on your work without the hassle of intricate configurations. The straightforward backend server effortlessly meets your data needs, saving you from dealing with complex public APIs. No more complicated setups – just a smooth experience to speed up your development process.
Give it a spin at DummyJSON and make your development process smoother.
Over 10 resources ready for use:
Use any method you prefer - fetch API, Axios, jQuery AJAX - it all works seamlessly.
fetch('https://dummyjson.com/products')
.then(res => res.json())
.then(json => console.log(json));
OR
const res = await fetch('https://dummyjson.com/products');
const json = await res.json();
console.log(json);
Note: Pagination is also supported.
Explore all the routes and more at DummyJSON/Docs.
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:
Generate a 300x300 image:
Generate a 250x100 image:
Change background color (hexadecimal or CSS color name):
Change background color and text color (hexadecimal or CSS color name):
Add custom text:
Specify font family:
https://dummyjson.com/image/350x200/282828/eae0d0/?text=Hello+Peter&fontFamily=cookie
Specify image format (png, jpg, webp):
Specify font size:
https://dummyjson.com/image/400x200?text=Hello+Peter!&fontSize=16
https://dummyjson.com/icon/HASH/SIZE
https://dummyjson.com/icon/abc123/150
This project is open-source and available under the MIT License.