All free APIs
Free APIProductivityNo keyOfficial

DummyJSON

Full fake REST API: products, carts, users, posts, auth

DummyJSON is a free, keyless fake REST API serving realistic placeholder data across products, carts, users, posts, comments, todos, quotes, and recipes, with pagination, search, sorting, and even simulated CRUD and JWT auth. The richer, e-commerce-flavored successor to JSONPlaceholder for prototyping front-ends and testing data flows.

Free tier

Free, no key

Rate limits

Not published

Auth

No key

Base URL

https://dummyjson.com

What you'd build with it

  • Wire up a front-end against realistic e-commerce data before the real API exists
  • Demo pagination, search, and sort behavior in a UI skill
  • Test JWT login flows against /auth without standing up a backend

Key endpoints

  • GET/productsPaginated list of fake products
  • GET/products/search?q={query}Search products by keyword
  • GET/usersFake user records with nested address/company data
  • POST/auth/loginSimulated login returning a JWT for protected demo routes
  • POST/products/addSimulated create (echoes back, does not persist)
Members

Members get the runnable recipe

Sign in free to copy the example request, see a sample response, and read the gotchas.

Tags

placeholdermocktestingrest