Free Beta - No Credit Card Required

Spin up a mock backend in 30 seconds.

Instantly generate a full REST API with realistic fake data. No backend setup, no hardcoded JSON arrays. Just define your schema and get to work.

GETapi.restfaker.dev/api/schema/users?perPage=2
// 200 OK - 24ms
{
  "data": [
    {
      "id": "user_8x92m",
      "name": "Alex Rivera",
      "role": "frontend_dev",
      "is_active": true
    },
    {
      "id": "user_p4k91",
      "name": "Sarah Chen",
      "role": "designer",
      "is_active": false
    }
  ],
  "meta": { "total": 142, "page": 1 }
}
Generated in 12ms
Try it instantly — no account needed

Build your schema, see live data

Pick fields, hit Generate. Call the endpoint directly from your code or sign up to get a persistent CRUD API.

Available fields — click to add (max 6)

Your schema (3/6)

name·person.fullNameemail·internet.emailjobTitle·person.jobTitle
POST /api/preview → response

Hit "Generate Preview" to see your data here.

cURL — call without an account
curl -X POST https://api.restfaker.dev/api/preview \
  -H "Content-Type: application/json" \
  -d '{"fields":[{"name":"name","type":"person","subtype":"fullName"},{"name":"email","type":"internet","subtype":"email"},{"name":"jobTitle","type":"person","subtype":"jobTitle"}],"count":10}'

From schema to API in seconds

Stop writing boilerplate backend code for prototypes. Define what you need and get a production-ready mock API instantly.

1

Define Your Routes

Use the schema builder to create routes like /users, /products, or /orders. Pick from 200+ Faker.js field types.

Field NameType
usernameinternet.displayName
avatarimage.avatar
2

Generate Data

We instantly generate up to 100 realistic records per route. Need a fresh dataset? Hit regenerate from your dashboard.

3

Use Instantly

Get a live API endpoint immediately. Supports GET, QUERY, POST, PATCH, and DELETE with sorting and pagination out of the box.

GEThttps://api.restfaker.dev/api/m8x...

Everything you need to mock a backend

Built for speed and flexibility. Don't let the backend team block your frontend progress.

MCP Server for AI Agents

Connect Claude and other AI agents directly to Rest Faker over the Model Context Protocol. Scaffold projects, resources, and mock data from your editor — no clicking through the dashboard.

Explore MCP docs

Schema Builder

Add fields through a clean form-based builder. Pick a category and subtype from 200+ Faker.js options — no schema code required.

Automatic CRUD + QUERY

Every route gets GET, POST, PATCH, DELETE, and the HTTP QUERY method — a safe, idempotent endpoint that accepts filter criteria in the request body.

Filtering, Sorting & Pagination

Filter by any schema field (?firstName=John), sort with ?sort=field&order=desc, and paginate with ?page=2&perPage=10. Pass filters in the body via QUERY for complex queries.

API Token Access

Every project gets a unique API token and a live base URL. Share the token with teammates — everyone hits the same endpoint.

Instant Regeneration

Need a fresh dataset? One click wipes and regenerates data based on your rules instantly.

Download Collection & Types

Export a ready-to-use Postman collection for every route, or download TypeScript interfaces for all your schemas.

Request Logging

Every inbound request is logged with its method, headers, body, and response. Debug your frontend API calls directly from the dashboard.

Project Templates

Skip the blank canvas. Start from a real-world data model — Blog, E-commerce, CRM, and more — with entities, fields, and relationships pre-wired. Your API is live in seconds.

Explore templates

Designed for developer flow

Clean, minimal interface

No distractions. Just the tools you need to define data structures and get endpoints.

Zero configuration

We handle the server, database, and routing. You focus on the frontend.

Rest Faker Dashboard

users

Activeapi.restfaker.dev/api/.../users
name
email
avatar
joinedAt

Simple, transparent pricing

Start free. Upgrade when you need more capacity.

Free

Perfect for trying things out

$0forever
  • 1,000 requests / month
  • 10 schemas
  • 10 projects
  • Community support
Most Popular

Startup

For teams building real products

$9/ month
  • 5,000 requests / month
  • 10 schemas
  • 30 projects
  • Mock auth enabled
  • Email support

Enterprise

For large teams and agencies

$29/ month
  • 15,000 requests / month
  • 1,000 schemas
  • 50 projects
  • Mock auth enabled
  • Priority support

Start building for free

Rest Faker is currently in public beta. No credit card required.