This server provides an image API for cats. Here are the available endpoints:
GET /listReturns a JSON array of all available images.
[
{ "id": "0", "url": "/api/id?id=0" },
{ "id": "1", "url": "/api/id?id=1" }
]
GET /id?id=0Returns the image with the specified ID.
GET /randomReturns a random image
GET /pp || /pp?id=0Returns a random profile picture or the specified ID.
GET /colorReturns the colors of the cat
All images are stored internally and served securely through API routes only.