
HTTP Cat is a public API providing cat for every http status.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://http.cat/ | Primary API endpoint. |
curl -X GET "https://http.cat/" \ -H "Accept: application/json"