# ART19 Content API Documentation **Provider:** ART19 Content API Documentation **Category:** auth **Base URL:** `https://art19.com` **Auth:** api-key — `Authorization: YOUR_API_KEY` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://art19.com ## Description The ART19 Content API conforms to the JSON:API specification. API requests MUST use the HTTP Accept header: Accept: application/vnd.api+json API requests MUST be authenticated using the HTTP Authorization header: `Authorization: Token token="your-token", credentia ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://art19.com/classification_inclusions` | Get ClassificationInclusion records | | GET | `https://art19.com/classification_inclusions/{id}` | Get a specific classification inclusion | | GET | `https://art19.com/classifications` | Get a list of classifications | | GET | `https://art19.com/classifications/{id}` | Get a specific classification | | GET | `https://art19.com/credits` | Get a list of credits | | GET | `https://art19.com/credits/{id}` | Get a specific credit | | GET | `https://art19.com/episodes` | Get a list of episodes | | GET | `https://art19.com/episodes/{id}` | Get a specific episode | ## Authentication API key in the request header (Authorization) ``` Authorization: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://art19.com/classification_inclusions' \ -H 'Authorization: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with ART19 publisher account. Podcast hosting and distribution API. --- *Source: [API Map](https://apimap.dev/apis/art19-content-api-documentation/) — CC BY 4.0*