GET /animals/cats/fact
Get a random dato curioso 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'). Perfecto para cat lover aplicaciones, daily notification features, redes sociales content generators, and educational pet care tools.
curl https://nordapi.ee/api/v1/animals/cats/fact
{
"data": {
"fact": "The first cat in space was a French cat named Felicette (a.k.a. “Astrocat”) In 1963, France blasted the cat into outer space. Electrodes implanted in her brains sent neurological signals back to Earth. She survived the trip.",
"length": 224
},
"success": true
}