Skip to content

Tools/Dummy REST

Dummy REST

Users, products, orders, and posts as JSON fixtures. Nothing is uploaded.

Loading tool…

How to use Dummy REST

  1. 1. Pick a collection. users, products, orders, posts.
  2. 2. Regenerate. IDs stay simple integers/skus.
  3. 3. Download. Wire into MSW later.
  4. 4. Types. JSON → TypeScript loves this output.

About this tool

Front-end work often blocks on the backend. A boring JSON collection unblocks forms, tables, and empty states without a mock server.

Shape

Relational-ish ids. Not a database.

Stability

Regenerate resets data. Commit a snapshot if tests need frozen fixtures.

Code examples

user

{ "id": 1, "email": "…" }

Frequently asked questions

Hosted APIs for this job

We do not run these services. Each guide has Free / Freemium / Paid labels and a link to official docs.

Related tools

All tools