Free while in beta

Paste JSON.
Get a real REST API.

A stable, hosted fake REST API with full CRUD, pagination, filtering, sorting and relations — live in seconds, the same shape every request.

No credit card42ms median99.9% uptime
GET/acme/products?page=1&limit=2200
{
  "items": [
    { "id": 1, "name": "Ceramic Cup" },
    { "id": 2, "name": "Linen Towel" }
  ],
  "meta": { "total_items": 128 }
}
How it works

Three steps to a live endpoint

01
Paste your JSON

Drop an array or object into a new collection. Any shape works — we infer the rest.

02
Get your endpoint

A hosted URL under your scope, instantly: /scope/collection.

03
Query like production

CRUD, pagination, filters, sort, relations — the contract never drifts.

Everything a real API gives you

Without standing up a backend.

CRUD
Full read & write

GET, POST, PATCH, PUT, DELETE — records echo their id back.

PAGINATION
page & limit

Structured meta: total_items, total_pages, current_page, per_page.

FILTERING
Exact, wildcard, range

field=value, *ILIKE*, _gte / _lte, and a global q search.

SORTING
sortBy & order

Ascending or descending; numbers sort numerically.

RELATIONS
_relations embed

belongsTo: userId → users, attached under user.

SCOPES
Your public slug

Every collection lives under your account scope, isolated and shareable.

Spin up your first endpoint

Free while in beta. No card, no backend, no waiting.