{
  "name": "mock-server",
  "tagline": "Like Mockoon, but worse. Now on Cloudflare Workers!",
  "description": "Sarcastic HTTP responses powered by @mockeroo/mock-responses",
  "usage": "GET /:statusCode — e.g. GET /404",
  "availableCodes": [
    200,
    201,
    204,
    301,
    302,
    304,
    400,
    401,
    403,
    404,
    405,
    408,
    409,
    413,
    418,
    429,
    500,
    502,
    503,
    504
  ],
  "repository": "https://github.com/mockeroo/mock-responses",
  "examples": [
    {
      "url": "/200",
      "description": "Get a sarcastic success response"
    },
    {
      "url": "/404",
      "description": "Get a sarcastic not found response"
    },
    {
      "url": "/500",
      "description": "Get a sarcastic server error response"
    }
  ]
}