Now in public beta

Mock APIs in seconds,
not hours

Generate instant mock endpoints with custom JSON responses. Stop waiting for the backend — start building now.

See how it works
✓ No credit card required·✓ Free forever plan·✓ Setup in 30 seconds
example.js
fetch("https://mockapi.store/m/users")
  .then(res => res.json())
  .then(data => console.log(data))
200 OK~12ms

Everything you need to mock fast

Built for frontend developers who want to move fast without breaking things.

Instant Endpoints

Create a working API endpoint in under 10 seconds. No config, no setup.

Custom Responses

Define JSON responses, status codes, headers, and delays for realistic mocking.

Cloud Hosted

Your mock endpoints are live and accessible from anywhere. Share with your team.

Simulated Latency

Add realistic delays to test loading states and error handling in your frontend.

CORS Ready

All endpoints come with proper CORS headers. Works seamlessly from any origin.

Multiple Methods

Support for GET, POST, PUT, PATCH, DELETE. Mock your entire API surface.

Three steps. Zero friction.

From nothing to a live mock endpoint in under a minute.

01

Define your endpoint

Choose a method, set the path, and configure your response.

POST /api/v1/users
Status: 201
Delay: 200ms
02

Write your response

Craft the exact JSON your frontend expects to receive.

{
  "id": 1,
  "name": "Jane Doe",
  "email": "jane@example.com"
}
03

Use your live URL

Copy the endpoint URL and start fetching in your app immediately.

const res = await fetch(
  "https://mockapi.store/m/abc123"
);

Simple, transparent pricing

Start free. Upgrade when you need more.

Free

$0forever

Perfect for trying things out

  • 5 mock endpoints
  • 1,000 requests/month
  • Basic JSON responses
  • Community support

Pro

$5/month

For professional frontend teams

  • 7-day free trial
  • Unlimited endpoints
  • 100,000 requests/month
  • Custom headers & delays
  • Team collaboration
  • Priority support
  • Webhook forwarding

Enterprise

Custom

For large-scale organizations

  • Everything in Pro
  • Unlimited requests
  • SSO & SAML
  • SLA guarantee
  • Dedicated support
  • Custom domains

Frequently asked questions

Everything you need to know about MockAPI.