● Beta   Free for every team and project. No card. No caps.
03 · API mocks · for the unblocking side of building

A real URL,
real-shaped JSON.
Fifteen seconds.

The frontend shouldn’t wait on the backend. Paste a schema, hit save, get a shareable URL with realistic data — faker built in, latency dialed to taste.

GETmock.swisstools.dev/morpheus/customer/:id● live
{
  "id": "cus_8x9k2L",
  "email": "maria@morpheus.dev",
  "plan": {
    "id": "team-pro",
    "seats": 12,
    "renews_at": "2026-04-12"
  },
  "created_at": "2024-08-14T09:32:00Z"
}
200 · happy path · 120ms latency3 variants
01 · SCHEMA
Paste JSON, get a URL.

Paste a response shape. Use {{faker.name}} or {{params.id}} for dynamic fields. Save. The URL is live and shareable in seconds.

02 · VARIANTS
404 and 500 are first-class.

One endpoint, many responses. Switch variants by query, header, or weighted random. Test your error states without breaking staging.

03 · REALISTIC
Latency, CORS, status codes.

Dial in realistic latency (the spinner is a feature). Set headers. Turn CORS on. Anything that bites you in production, you can simulate here first.

15-second tour
0s
Paste JSON

Drop your expected response into the editor.

5s
Save

A real URL is generated under your project namespace.

10s
Share

Send the URL to your frontend. They’re unblocked.

15s
Iterate

Add variants, tweak latency, watch hits in the log.