# The Dog API **Provider:** The Dog **Category:** entertainment **Base URL:** `https://thedogapi.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10,000 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://thedogapi.com/ ## Description A public service all about Dogs, free to use when making your fancy new App, Website or Service ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://thedogapi.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://thedogapi.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free tier: 10,000 req/month. Paid from $20/mo for higher limits. --- *Source: [API Map](https://apimap.dev/apis/the-dog/) — CC BY 4.0*