Mockingbird logo

Mockingbird

Mock Data Platform

Ship features faster with dependable mock data.

One endpoint for realistic test payloads across teams. Generate repeatable data for prototypes, QA flows, and demos without hand-crafting fixtures.

REST API

GET endpoint with category tuning and pagination defaults.

GET /api/v1/mocks?category=users&limit=25&page=1&use_uuid_ids=true

GraphQL API

POST queries to /graphql (or use graphiql for testing).

query {
  mocks(category: "companies", limit: 10, page: 1, useUuidIds: true) {
    meta
    data
  }
}

API Playground

Pick parameters to call the API and inspect generated JSON.

Ready.

Request Preview

/api/v1/mocks?category=users&limit=25&page=1

Response Preview

{}