# TasteDive API **Provider:** TasteDive **Category:** entertainment **Base URL:** `https://tastedive.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 20 req/min (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://tastedive.com/read/api ## Description Similar artist API (also works for movies and TV shows) ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://tastedive.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://tastedive.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 300 req/month. Paid from $2.99/mo (1,000 req) to $29.99/mo (100,000 req). --- *Source: [API Map](https://apimap.dev/apis/tastedive/) — CC BY 4.0*