Multiple EndpointsJSON ExportStatus CodesFree
Endpoint 1

Generated Config

{
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/users",
      "statusCode": 200,
      "response": [
        {
          "id": 1,
          "name": "John Doe",
          "email": "[email protected]"
        }
      ]
    }
  ]
}

Frequently Asked Questions

What is an API mock?
An API mock simulates a real API by returning predefined responses. It is used during development and testing when the actual API is not available.
What format is the output?
The tool generates a JSON configuration file that can be used with popular mock servers like json-server, Mockoon, or Prism.
Can I define multiple endpoints?
Yes. You can add as many endpoints as needed, each with its own method, path, response body, status code, and optional delay.
Share:

Love this tool? Explore 999+ more

Free online tools for images, PDFs, text, code, and more. All running in your browser.

Explore All Tools