← Entertainment

Cat Fact

GET /animals/cats/fact

Get a random fun fact about cats. Each call returns a different interesting, surprising, or amusing piece of cat trivia (e.g., 'Cats sleep for about 70% of their lives'). Perfect for cat lover apps, daily notification features, social media content generators, and educational pet care tools.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/animals/cats/fact

Live Response

{
  "data": {
    "fact": "Cats see six times better in the dark and at night than humans.",
    "length": 63
  },
  "success": true
}