Animals · head-to-head

Cat Facts vs Dog Facts

Cat Facts

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.

Dog Facts

This project ("Dog API by kinduff") started in 2016 as a small Sinatra service at dog-api.kinduff.com; that original endpoint is now broken — it responds but always returns an empty fact list — and has been superseded by a rebuilt V2 API at dogapi.dog, which is what backs this entry now. The live JSON:API-formatted /api/v2/facts endpoint returns one or more random dog facts with no signup or key required. It also documents over 340 dog breeds and 20 breed groups; the maintainer funds hosting through voluntary Buy Me a Coffee donations rather than a paid tier.

Cat FactsDog Facts
AuthenticationNoneNone
Pricingfreefree
FormatsJSONJSON
CORSyesyes
HTTPSYesYes

More comparisons