Mock Data
A small fake REST API for mocking data in your own apps. Responses are deterministic, JSONPlaceholder-style, and nothing is persisted.
Users API
A fake CRUD API for user records, supporting list, fetch, create, update, and delete (nothing is persisted).
- easy Users API reference — Every endpoint documented: list, get, create, update, delete, plus a generated avatar per user.
Posts & Comments API
Blog-style posts and their nested comments, backed by a fake CRUD API.
- easy Posts & Comments API reference — Endpoint reference covering nested /posts/:id/comments and ?userId=/?postId= filtering.
Albums & Photos API
Albums and their nested photos, each with a real self-hosted image, served through a fake CRUD API.
- easy Albums & Photos API reference — Covers nested /albums/:id/photos, plus generated per-photo images.
Todos API
To-do items with a deterministic completed/incomplete split, exposed through a fake CRUD API.
- easy Todos API reference — Documents every endpoint, including ?userId= and ?completed= filtering.