Easy API Mocking

Create mock REST APIs instantly by uploading JSON data. Perfect for frontend development, testing, and prototyping.

Features

Everything you need to mock APIs

Instant Setup

Create a project, upload JSON, get instant REST endpoints. No configuration needed.

RESTful APIs

Automatically generates GET /items and GET /items/:id endpoints from your JSON arrays.

Rate Limited

Built-in rate limiting to prevent abuse. Configurable per project.

Quick Example

1. Upload JSON data:

[
  {"id": 1, "name": "John Doe", "email": "[email protected]"},
  {"id": 2, "name": "Jane Smith", "email": "[email protected]"}
]

2. Get instant APIs:

GET /myproject/api/v1/users
GET /myproject/api/v1/users/1

Returns your JSON data automatically!