« All test pages

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).

Posts & Comments API

Blog-style posts and their nested comments, backed by a fake CRUD API.

Albums & Photos API

Albums and their nested photos, each with a real self-hosted image, served through a fake CRUD API.

Todos API

To-do items with a deterministic completed/incomplete split, exposed through a fake CRUD API.