Saltar al contenido principal

Working with Facts

Retrieve random dog facts or facts about a specific breed.

Random facts

curl -H "x-api-key: YOUR-API-KEY" https://api.thedogapi.com/v1/facts?limit=1

Facts about a breed

curl -H "x-api-key: YOUR-API-KEY" https://api.thedogapi.com/v1/breeds/BREED_ID/facts?limit=5