# Dogs API **Provider:** Dogs **Category:** entertainment **Base URL:** `https://dog.ceo` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://dog.ceo/dog-api/ ## Description Based on the Stanford Dogs Dataset ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://dog.ceo/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://dog.ceo' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/dogs/) — CC BY 4.0*