Dog Facts
Random dog facts
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Animals
- Documentation / URL
- https://dukengn.github.io/Dog-facts-API/
Overview
Dog Facts serves random dog facts — keyless (verified live via the dogapi.dog host).
Quick Start
A random fact (verified live):
curl "https://dogapi.dog/api/v2/facts"
{
"data": [
{ "id": "8cac6c90-3660-410e-a07c-4e0d675c68fd", "type": "fact", "attributes": { "body": "A Border Collie named Chaser has learned the names of 1,022 toys." } }
]
}
Multiple facts:
curl "https://dogapi.dog/api/v2/facts?limit=3"
Authentication
None — keyless.
Rate Limits & Notes
- Free; be polite — no hard published limit.
- The current host is
dogapi.dog(the listing’s GitHub Pages URL redirects).
FAQ
Is Dog Facts free? Yes — free and keyless (verified).
What’s the host?
dogapi.dog/api/v2/facts (verified).
Can I get multiple?
Yes — ?limit=3.