Animals · head-to-head
Dog Facts vs MeowFacts
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.
meowfacts is a free, keyless REST API that returns one or more random cat facts as JSON, with count and id query parameters for multiple or specific facts. A lang parameter serves community-translated fact sets in around 15 languages (English, Spanish, French, German, Korean, Russian, and others, by browser-style ISO 639 code). It's an open-source (GPL) side project hosted on a free Heroku dyno and documented via SwaggerHub, with no signup, key, or pricing tier.
| Dog Facts | MeowFacts | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |