Mockerie

Create powerful mock APIs in seconds. No code required. Perfect for prototyping, testing, and frontend development.

Database not configured. Please set up your D1 database.

Lightning Fast

Create mock APIs in seconds. Define schemas, seed data, and deploy instantly.

Flexible

Transform data on the fly. Filter, sort, aggregate, and join - all through simple configuration.

Secure

API key authentication, user isolation, and comprehensive request logging built-in.

Quick Example

curl https://mockerie.dev/api/users \
  -H "X-API-Key: mk_demo_1234567890abcdef"
{
  "data": [
    { "id": 1, "name": "John Doe", "email": "john@test.com" },
    { "id": 2, "name": "Jane Smith", "email": "jane@test.com" }
  ],
  "count": 2,
  "success": true
}