Работа с фактами
Получайте случайные факты о кошках или факты о конкретной породе.
Случайные факты
curl -H "x-api-key: YOUR-API-KEY" "https://api.thecatapi.com/v1/facts?limit=1"
[
{
"id": "TY0wQvvPlG",
"title": "High Intelligence",
"fact": "Abyssinians are considered one of the most intelligent cat breeds, easily trained and quick to learn tricks and commands.",
"slug": "high-intelligence",
"category": null,
"species_id": "1"
}
]
Факты о породе
Укажите ID породы, чтобы ограничить факты одной породой. limit и offset листают результаты, а lang (en, de, es, fr, it) переводит их. Порода abys — это Abyssinian.
curl -H "x-api-key: YOUR-API-KEY" "https://api.thecatapi.com/v1/facts/breed/abys?limit=2&offset=0&lang=en"
Переведённые факты
curl -H "x-api-key: YOUR-API-KEY" "https://api.thecatapi.com/v1/facts/breed/abys?limit=1&lang=it"
Каждый постраничный ответ содержит заголовки pagination-count, pagination-page и pagination-limit.