MockRoute is an API mocking platform that lets you create instant HTTP endpoints with custom responses. Instead of waiting for a backend to be built, you define what the API should return and start building against it immediately.
Less than 60 seconds. Sign up, create an endpoint with a subdomain (e.g. my-api), and you immediately have a live URL at /mock/my-api that accepts any HTTP request.
No. MockRoute is fully cloud-based. All you need is a browser to set up endpoints and a HTTP client (curl, Postman, your app) to hit them.
GET, POST, PUT, PATCH, DELETE, HEAD, and OPTIONS — all methods are supported on every endpoint.
Yes. Mocking rules let you match exact paths (e.g. /users/1) or use wildcard patterns. Rules are evaluated by priority, highest first.
Free accounts retain logs for 7 days. Pro subscribers retain logs for 30 days. Logs older than the retention window are automatically purged.
Request Forwarding (Pro feature) lets you proxy incoming requests to a real backend URL and return the real response. Useful for intercepting and inspecting live traffic.
Absolutely. Many teams use MockRoute in their test pipelines to mock third-party APIs and avoid flaky tests caused by external service downtime.
Currently endpoints are scoped to individual accounts. Team/organization support is on our roadmap.
If no rule matches, MockRoute returns a 404 JSON response: {"error": "No matching rule found"}. The request is still logged.
Yes. All traffic is TLS-encrypted. Endpoint URLs include your unique subdomain and are not guessable by default. See our Trust Center for full details.
Go to your dashboard → Subscriptions → Cancel Plan. Your access continues until the end of the current billing period.
Still have questions?
Our team is happy to help. Check the docs or drop us a message.