Animals · head-to-head
Cat Facts vs Dogs
catfact.ninja is a free, keyless REST API built on Laravel that serves a curated database of cat trivia facts alongside a separate cat-breed dataset (coat, pattern, country of origin, and more). Its /fact endpoint returns one random fact, while /facts and /breeds paginate through the full ~166- and 98-page collections respectively. The API documents itself via a Swagger UI hosted at its own root and throttles unauthenticated requests to 100 per minute per IP.
The Dog CEO API serves random and breed-filtered dog images sourced from the Stanford Dogs Dataset plus community submissions, returning a direct image URL as JSON rather than the binary file itself. A live call to its breed list returns 108 main breeds and 99 named sub-breeds (42 of the mains have sub-breeds), giving 207 callable breed image paths across 165 leaf-level breed collections, each queryable via dedicated endpoints (e.g. /breed/hound/images/random), and it needs no signup or API key. The project is open-source with no pricing tier of any kind; hosting is covered by on-site ads plus voluntary PayPal donations.
| Cat Facts | Dogs | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |