Dog CEO
20,000+ open-source dog photos by breed.
Dog CEO serves random dog images from the Stanford Dogs dataset, browsable by breed and sub-breed. Community-run and donation-backed. The single most wholesome endpoint in this directory, and our uptime data proves the dogs are dependable.
GET https://dog.ceo/api/breeds/image/random
{
"message": "https://images.dog.ceo/breeds/shiba/shiba-16.jpg",
"status": "success"
}curl "https://dog.ceo/api/breeds/image/random"const res = await fetch("https://dog.ceo/api/breeds/image/random");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://dog.ceo/api/breeds/image/random")
print(res.json())/breeds/image/randomPROBEDRandom dog photo URL from the full breed catalog.
/breeds/list/allEvery breed and sub-breed as a nested JSON map.
/breed/hound/imagesAll image URLs for a specific breed.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
Dog CEO: common questions
Is Dog CEO free to use?
Yes — Dog CEO is a free animals API. Free tier: Unlimited. Commercial use is allowed on the free tier.
Does Dog CEO need an API key?
No — Dog CEO needs no API key or signup. You can call it straight away; rate limits still apply (None published).
Can I call Dog CEO from the browser?
Yes — Dog CEO returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is Dog CEO up right now?
As of our last scheduled check, Dog CEO is healthy. We re-probe it every sweep — the status badge and uptime chart above always show the latest.