← Back to Dashboard

Dogs

AnimalsActiveFreeAuth: NoneDoc: HTML
Visit Website ↗

Description

Based on the Stanford Dogs Dataset

✨ AI Summary

Provides programmatic access to over 20,000 dog images from over 120 breeds, based on the Stanford Dogs Dataset.

Code Example

import requests

url = "https://dog.ceo/api/breeds/image/random"
response = requests.get(url)
data = response.json()
print(data)

Live Health Metrics

Last 50 checks (10 min intervals)