GET /animals/cats/fact
Hae 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'). Sopii cat lover apps, daily notification features, social media content generators, and educational pet care tools.
curl https://nordapi.ee/api/v1/animals/cats/fact
{
"data": {
"fact": "Baking chocolate is the most dangerous chocolate to your cat.",
"length": 61
},
"success": true
}