GET /animals/cats/fact
Obtenez un fait amusant aléatoire sur les chats. Chaque appel renvoie une anecdote féline différente, intéressante, surprenante ou amusante (par ex. « Les chats dorment environ 70 % de leur vie »). Parfait pour les applications dédiées aux amoureux des chats, les fonctionnalités de notification quotidienne, les générateurs de contenu pour réseaux sociaux et les outils éducatifs sur les soins des animaux.
curl https://nordapi.ee/api/v1/animals/cats/fact
{
"data": {
"fact": "According to Hebrew legend, Noah prayed to God for help protecting all the food he stored on the ark from being eaten by rats. In reply, God made the lion sneeze, and out popped a cat.",
"length": 184
},
"success": true
}