Free & open source

Mock anything.
Instantly.

Create mock API servers in seconds. Define your endpoints, get a live URL, and test your frontend without waiting for the backend.

mocka.qzz.io
GET /api/users
200 [{ "id": 1, "name": "Alice" }, ...]

POST /api/users
201 { "id": 3, "created": true }

DELETE /api/users/:id
204 No Content

Everything you need to mock

No complex setup. No backend needed. Just define and go.

{ }

Any Response

JSON, XML, HTML, plain text — return anything with custom status codes and headers.

//

All HTTP Methods

GET, POST, PUT, PATCH, DELETE — mock any endpoint with any method.

ms

Simulated Latency

Add custom delays to simulate real-world network conditions and loading states.

<>

CORS Ready

All mock endpoints come with CORS headers enabled by default. No config needed.

#

Shareable URLs

Each mock project gets a unique URL. Share it with your team instantly.

->

Export Config

Export your mock configuration as JSON. Import it later or share it across projects.

Three steps. That's it.

01

Define your endpoints

Choose HTTP methods, set paths, and write your response bodies. Add headers and delays if needed.

02

Get your mock URL

Your mock server is instantly available at a unique URL. No deployment needed.

03

Start building

Point your frontend to your mock URL and develop without waiting for the real API.