To return image/png
, click one of the supported codes below, or use https://api.onlyraccoons.com/[status_code](.png)
To return text/plain
, use https://api.onlyraccoons.com/text/[status_code]
or https://api.onlyraccoons.com/[status_code].txt
To return application/json
, use https://api.onlyraccoons.com/json/[status_code]
or https://api.onlyraccoons.com/[status_code].json
To return the requested HTTP code (200-599) instead of 200 OK, add ?real=1
or ?simulate=1
like https://api.onlyraccoons.com/500?real=1
To set the response time manually, add ?wait=x
or ?sleep=x
where x
is an integer of milliseconds (max 110000) like https://api.onlyraccoons.com/500?wait=5000
Combined, it might look like https://api.onlyraccoons.com/420.json?simulate=true&sleep=6000