Zurück zum Ranking

Ovi/DummyJSON

EJSdummyjson.com

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.

jsonjson-apijson-serverjavascriptjavascript-librarynodejsplaceholderplaceholderapiapiapi-restapi-clientrest-api
Sterne-Wachstum
Sterne
2.9k
Forks
299
Wochenwachstum
Issues
6
1k2k
Nov. 2021Mai 2023Dez. 2024Juli 2026
README

Uptime Robot status

DummyJSON

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!

Why DummyJSON?

  • Skip building a backend just to test UI
  • Avoid unreliable or rate-limited public APIs
  • Get consistent, structured data instantly
  • No configuration required
  • Works with any framework
  • Supports all HTTP methods
  • Great for prototyping, testing, and learning

How to Fetch Data

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.

Resources

Features


Generate identicon

https://dummyjson.com/icon/HASH/SIZE

Example: https://dummyjson.com/icon/abc123/150

Example


Dummy Image Generator

Dummy Image Generator is a simple Node.js service for generating placeholder images with customizable options.

Usage

You can use the service by making HTTP requests to the following URL:

https://dummyjson.com/image

Examples

https://dummyjson.com/image/200

Example

https://dummyjson.com/image/300/da5047/030104?text=Hello+Peter&fontFamily=cookie&fontSize=36

Example

Supported Fonts

  • Bitter
  • Cairo
  • Comfortaa
  • Cookie
  • Dosis
  • Gotham
  • Lobster
  • Marhey
  • Pacifico
  • Poppins
  • Quicksand
  • Qwigley
  • Satisfy
  • Ubuntu

Contributors


License

MIT

Ähnliche Repositories
fastapi/fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production

PythonPyPIMIT Licensepythonjson
fastapi.tiangolo.com
100.8k9.7k
typicode/json-server

Get a full fake REST API with zero coding in less than 30 seconds (seriously)

JavaScriptnpmMIT Licenseapifake
75.7k7.3k
redis/redis

For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.

COtherdatabasekey-value
redis.io
75.6k24.7k
chinese-poetry/chinese-poetry

The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。

JavaScriptnpmMIT Licensejsonchinese
awesome-poetry.top
52.7k10.6k
prettier/prettier

Prettier is an opinionated code formatter.

JavaScriptnpmMIT Licenseformatterprinter
prettier.io
52.1k4.9k
nlohmann/json

JSON for Modern C++

C++MIT Licensejsonjson-pointer
json.nlohmann.me
50.2k7.4k
Asabeneh/30-Days-Of-JavaScript

30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

JavaScriptnpm30daysofjavascriptjavascript-for-everyone
46.6k10.5k
fastapi/full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

TypeScriptnpmMIT Licensepythonjson
44.4k8.8k
AykutSarac/jsoncrack.com

✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML and CSV into interactive graphs.

TypeScriptnpmApache License 2.0jsontool
jsoncrack.com
44.3k3.6k
httpie/cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.

PythonPyPIBSD 3-Clause "New" or "Revised" Licensehttpcli
httpie.io
38.3k4k
SheetJS/sheetjs

📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

Apache License 2.0xlsxexcel
sheetjs.com
36.3k7.9k
codex-team/editor.js

A block-style editor with clean JSON output

TypeScriptnpmApache License 2.0editorwysiwyg
editorjs.io
31.9k2.2k