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 Operations — Create, read, update, and delete resources with persistent sandbox overlay state.
- ✅Standard REST API — Standard RESTful endpoints for all resources (/posts, /comments, /users, /todos).
- ✅GraphQL Gateway Support — Modern GraphQL schema and interactive GraphiQL IDE at /api/v1/graphql.
- ✅Built-in Pagination & Sorting — Built-in ?_page=1&_limit=10 and ?_sort=title&_order=desc parameters for infinite scroll.
- ✅Fake JWT Authentication — Secure token simulation with access and refresh tokens via /auth/login and /auth/me.
- ✅Network & Chaos Simulation — Test UI loading skeletons (?_delay=1500) and error boundaries (?_status=500).
- ✅Dynamic Custom Collections — Create arbitrary schema-less collections on the fly (/custom/products, /custom/orders).
- ✅Universal Full-Text Search — Search keywords across titles and body contents using ?q=keyword.
- ✅Deterministic SVG Avatars — Vector user avatars and thumbnail placeholders dynamically generated via /avatars/:seed.
- ✅Snapshot Export & Import — Download sandbox state as a JSON file or restore snapshots for automated E2E tests.
- ✅Ready-to-Use Client Collections — OpenAPI 3.0, Postman, Bruno, Insomnia, and TypeScript .d.ts downloads included.