Define your schema
Describe response fields and types in JSON—strings, numbers, booleans, nested objects.
Define your JSON shape, every request returns fresh, realistic mocks. Ship the frontend against a live endpoint while the real backend catches up.
Lightweight mock endpoints from schema. Realistic data on every call, so your UI can move before production APIs exist.
A SaaS tool that turns a JSON response shape into a working GET endpoint. No database or server code required to start integrating your frontend.
You define fields and types; we store the blueprint and issue a unique URL. Each request returns freshly generated values using rules and libraries like Faker.
Frontend and QA can hit a live-like API immediately while backend work catches up—fewer blockers, quicker iterations, easier scenario testing.
Pick GET or POST, define formats, then Submit and Test. POST sends the test body and merges it into the generated response.
API generation — request/response formats
Five steps from schema to live Mocks
Describe response fields and types in JSON—strings, numbers, booleans, nested objects.
Send the structure to API Ghost so it knows what each mock response should look like.
Get a dedicated GET endpoint you can drop into apps, tests, or prototypes.
Your frontend issues normal GET requests—no special client or SDK required.
Each response is generated on the fly with realistic values (e.g. Faker-style rules).