GET /animals/cats/fact
Erhalten Sie eine random fun fact about cats. Jeder call returns a different interesting, surprising, oder amusing piece of cat trivia (e.g., 'Cats sleep for about 70% of their lives'). Ideal für cat lover apps, daily notification features, social media content generators, und educational pet care tools.
curl https://nordapi.ee/api/v1/animals/cats/fact
{
"data": {
"fact": "Some common houseplants poisonous to cats include: English Ivy, iris, mistletoe, philodendron, and yew.",
"length": 103
},
"success": true
}