🐈 meowApi

This server provides an image API for cats. Here are the available endpoints:

📜 GET /list

Returns a JSON array of all available images.

[
  { "id": "0", "url": "/api/id?id=0" },
  { "id": "1", "url": "/api/id?id=1" }
]

🖼️ GET /id?id=0

Returns the image with the specified ID.

🎲 GET /random

Returns a random image

🐱 GET /pp || /pp?id=0

Returns a random profile picture or the specified ID.

🟠 GET /color

Returns the colors of the cat


All images are stored internally and served securely through API routes only.