TrasHTTPandas - Trash Panda HTTP Responses

Made by Mozzy. Built using Cloudflare Workers. GitHub Repo. I do not own any of the raccoon images. Full credits go to the respective owners.


To return image/png, use https://httpraccoons.com/[status_code] (CDN: https://cdn.httpraccoons.com/[status_code].png)

To return text/plain, use https://httpraccoons.com/text/[status_code]

To return application/json, use https://httpraccoons.com/json/[status_code]

Any [status_code] can be replaced by random to return a random status code like https://httpraccoons.com/random

To return the requested HTTP code (200-599) instead of 200 OK, add ?real=1 or ?simulate=1 like https://httpraccoons.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://httpraccoons.com/500?wait=5000

Combined, it might look like https://httpraccoons.com/json/420?simulate=true&sleep=6000


JSON.stringify(statuses)
List
100 Continuetext | json | CDN
101 Switching Protocolstext | json | CDN
102 Processingtext | json | CDN
103 Early Hintstext | json | CDN
200 OKtext | json | CDN
201 Createdtext | json | CDN
202 Acceptedtext | json | CDN
203 Non-Authoritative Informationtext | json | CDN
204 No Contenttext | json | CDN
205 Reset Contenttext | json | CDN
206 Partial Contenttext | json | CDN
207 Multi-Statustext | json | CDN
300 Multiple Choicestext | json | CDN
301 Moved Permanentlytext | json | CDN
302 Foundtext | json | CDN
303 See Othertext | json | CDN
304 Not Modifiedtext | json | CDN
305 Use Proxytext | json | CDN
307 Temporary Redirecttext | json | CDN
308 Permanent Redirecttext | json | CDN
400 Bad Requesttext | json | CDN
401 Unauthorizedtext | json | CDN
402 Payment Requiredtext | json | CDN
403 Forbiddentext | json | CDN
404 Not Foundtext | json | CDN
405 Method Not Allowedtext | json | CDN
406 Not Acceptabletext | json | CDN
407 Proxy Authentication Requiredtext | json | CDN
408 Request Timeouttext | json | CDN
409 Conflicttext | json | CDN
410 Gonetext | json | CDN
411 Length Requiredtext | json | CDN
412 Precondition Failedtext | json | CDN
413 Payload Too Largetext | json | CDN
414 URI Too Longtext | json | CDN
415 Unsupported Media Typetext | json | CDN
416 Range Not Satisfiabletext | json | CDN
417 Expectation Failedtext | json | CDN
418 I'm a teapottext | json | CDN
420 Enhance Your Calmtext | json | CDN
421 Misdirected Requesttext | json | CDN
422 Unprocessable Entitytext | json | CDN
423 Lockedtext | json | CDN
424 Failed Dependencytext | json | CDN
425 Too Earlytext | json | CDN
426 Upgrade Requiredtext | json | CDN
428 Preconditional Requiredtext | json | CDN
429 Too Many Requeststext | json | CDN
431 Request Header Fields Too Largetext | json | CDN
451 Unavailable For Legal Reasonstext | json | CDN
500 Internal Server Errortext | json | CDN
501 Not Implementedtext | json | CDN
502 Bad Gatewaytext | json | CDN
503 Service Unavailabletext | json | CDN
504 Gateway Timeouttext | json | CDN
505 HTTP Version Not Supportedtext | json | CDN
506 Variant Also Negotiatestext | json | CDN
507 Insufficient Storagetext | json | CDN
508 Loop Detectedtext | json | CDN
510 Not Extendedtext | json | CDN
511 Network Authentication Requiredtext | json | CDN
999 No Raccoon Found :(text | json | CDN