A stable, hosted fake REST API with full CRUD, pagination, filtering, sorting and relations — live in seconds, the same shape every request.
{ "items": [ { "id": 1, "name": "Ceramic Cup" }, { "id": 2, "name": "Linen Towel" } ], "meta": { "total_items": 128 } }
Drop an array or object into a new collection. Any shape works — we infer the rest.
A hosted URL under your scope, instantly: /scope/collection.
CRUD, pagination, filters, sort, relations — the contract never drifts.
Without standing up a backend.
GET, POST, PATCH, PUT, DELETE — records echo their id back.
Structured meta: total_items, total_pages, current_page, per_page.
field=value, *ILIKE*, _gte / _lte, and a global q search.
Ascending or descending; numbers sort numerically.
belongsTo: userId → users, attached under user.
Every collection lives under your account scope, isolated and shareable.
Free while in beta. No card, no backend, no waiting.