Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Hosted mock API server with conditional responses, stateful CRUD, chaos injection, and live request inspector — free during beta.
Submit your own product to reach creators and founders looking for the next tool to try.
MockBase is a hosted mock API server that gives you a live HTTPS endpoint in one click, letting you return different responses per request, persist state, and inject failures — no signup required to try.
MockBase is a web-based mock API server for developers who need a realistic backend before the real one exists. It accepts HTTP requests to a generated HTTPS URL and returns responses you configure: static JSON, templated responses, raw XML/SOAP envelopes, or binary files up to 300 KB. The service supports REST, GraphQL (via operation-name matching), and SOAP; it is hosted by MockBase, so endpoints are reachable by any teammate, phone, or CI job immediately. It was built to cover not just the happy path but also failure scenarios like rate limits, network timeouts, and stateful CRUD.
MockBase’s feature set spans request matching, response rendering, failure injection, and traffic inspection.
MockBase is aimed at any developer or QA engineer who needs a controllable HTTP endpoint for building or testing software.
MockBase supports simulating flaky networks, mocking non-REST protocols, prototyping stateful CRUD backends, and capturing real traffic into mocks.
Create a mock with one click (no signup) to get an HTTPS endpoint like https://mockbase.org/mock/ab12cd. Define matching rules (query params, headers, body path, GraphQL operation, or SOAP element) and a response — static JSON, templated text, binary file, or XML envelope. Requests to the URL immediately return the configured behavior; traffic is visible live, and signing in with GitHub or Google unlocks unlimited mocks and Pro features during beta.
MockBase is freemium. Without an account you get one mock, up to four routes, and 100 request calls per month. Signing in with GitHub or Google gives unlimited mocks and routes; during the current public beta every signed-in account receives Pro at no cost and without a credit card. Pro adds custom subdomains, token-protected endpoints, chaos injection, callouts, and Record & Replay.
MockBase publishes comparisons against five tools and points out where each wins. Mockoon and json-server are free and run offline, which is superior when everything stays on a single laptop. WireMock supports connection-level faults that a hosted endpoint can’t. Beeceptor and Postman also offer hosted mock APIs, but with different emphasis. The right choice depends on whether you need a shared URL, offline operation, or low-level network fault control.
No. You can create one mock with up to four routes anonymously and call it 100 times a month. Signing in with GitHub or Google lifts that to unlimited mocks and routes — and during the beta every signed-in account gets Pro, including a 20,000 request monthly quota, for free.
Those run on your machine, which is genuinely better if everything happens on a single laptop. MockBase is hosted, so the endpoint is reachable by a teammate, phone, or CI job immediately, and adds conditional matching, templating, stateful CRUD, chaos scenarios, and a live inspector.
Yes. GraphQL requests share one path, so MockBase routes on the operation name (from operationName or parsed from the query text). SOAP works by matching an element inside the XML envelope by name, ignoring namespace prefixes, and returning a raw XML envelope. There is no WSDL parsing and no gRPC.
Pro includes custom subdomains (acme.mockbase.org), token-protected endpoints, chaos injection, callouts, Record & Replay, and a 20,000 request monthly quota. During the public beta every signed-in account has all of it at no cost and without a credit card.
Every save automatically snapshots the previous state. The version history keeps 30 versions per mock for 90 days, shows what restoring a version would add, remove, or change before you click, and restoring is itself undoable.