itsez.dev

MockAPI

Create fake REST endpoints in seconds to prototype and test frontends without a real backend.

mockrestprototyping
Websitemockapi.io
CategoryData & backend
PricingFreemium
Card requiredNo

ABOUT

What is MockAPI?

MockAPI automatically generates REST endpoints with customizable test data. You can define the schema for each resource and it simulates GET, POST, PUT and DELETE operations with real data persistence between sessions. No code or configuration required.

BEFORE YOU SIGN UP

What you should know

No code, ready in secondsDefine the schema in the UI and MockAPI automatically generates all REST endpoints with sample data.
Data persists between sessionsUnlike in-memory mocks, created resources are saved on their servers and persist.
Not recommended for CI/CDAs an external service, availability is not guaranteed for continuous integration pipelines. Use local mocks in CI instead.
Only 1 project on the free planThe free plan is very limited. For multiple simultaneous projects you need the paid plan.

COMMUNITY

From the forums

In r/webdev it appears as a reference when someone is looking for mock APIs without a backend. The community describes it as a great tool, although it competes with completely free alternatives. There is no major controversy.

— Community sentiment · Reddit

ABOUT US

Honest, independent, no fluff.

No paid placements. Just a clear look at what this does, what it costs, and what to know before you commit.

Read more

FAQ

Questions, answered.

Does MockAPI data persist between sessions?

Yes, resources and data you create are saved on their servers and persist as long as the project is active.

Can I use MockAPI for automated tests in CI?

It is possible, but since it is an external service, availability is not guaranteed. For CI, local mocks like json-server or MSW are a better fit.