Key Features

Playground API offers a comprehensive, zero-setup mock backend for web & mobile development:

Base API URL (v1)No API Key Required
https://playground.nileslabs.com/api/v1
  • Complete CRUD OperationsCreate, read, update, and delete resources with persistent sandbox overlay state.
  • Standard REST APIStandard RESTful endpoints for all resources (/posts, /comments, /users, /todos).
  • GraphQL Gateway SupportModern GraphQL schema and interactive GraphiQL IDE at /api/v1/graphql.
  • Built-in Pagination & SortingBuilt-in ?_page=1&_limit=10 and ?_sort=title&_order=desc parameters for infinite scroll.
  • Fake JWT AuthenticationSecure token simulation with access and refresh tokens via /auth/login and /auth/me.
  • Network & Chaos SimulationTest UI loading skeletons (?_delay=1500) and error boundaries (?_status=500).
  • Dynamic Custom CollectionsCreate arbitrary schema-less collections on the fly (/custom/products, /custom/orders).
  • Universal Full-Text SearchSearch keywords across titles and body contents using ?q=keyword.
  • Deterministic SVG AvatarsVector user avatars and thumbnail placeholders dynamically generated via /avatars/:seed.
  • Snapshot Export & ImportDownload sandbox state as a JSON file or restore snapshots for automated E2E tests.
  • Ready-to-Use Client CollectionsOpenAPI 3.0, Postman, Bruno, Insomnia, and TypeScript .d.ts downloads included.