Mock Project
Define several routes — real paths, path params, one response per route — under one shareable base URL.
Or import an OpenAPI spec (JSON)Paste an OpenAPI 3.x document, JSON or YAML. Uses each operation's literal example value where present; operations with no supported response content type are skipped.
Your project
—
Save this if you'll want to add more routes later via the API — it's shown once and nothing is stored in this browser.
Edit token
Expires
Live routes
Recent projects
e.g. /users or /users/:id. Must start with /, using letters, numbers, -, _, . or :paramName per segment. A :paramName's value is available in the response body as {{paramName}}.