← Back to Dashboard

HTTPCat

AnimalsActiveFreeAuth: NoneDoc: HTML
Visit Website ↗

Description

Cat for every HTTP Status

✨ AI Summary

An API providing cat images corresponding to HTTP status codes, useful for funny error messages.

Code Example

import requests

url = "https://http.cat/200.jpg"
response = requests.get(url)

# To save the image:
# with open("200.jpg", "wb") as f:
#     f.write(response.content)

# Or to display it (example for web framework):
# from IPython.display import Image, display
# display(Image(data=response.content))

Live Health Metrics

Last 50 checks (10 min intervals)