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
https://art19.com
Auth type
API Key Header
Auth header
Authorization: YOUR_API_KEY
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://art19.com
Endpoint status
Live — HTTP 200 — endpoint is accessible1.13s
(checked Mar 29, 2026)
Builder score
C
55%
builder-friendly
API key in the request header (Authorization)
Authorization: YOUR_API_KEY
Free with ART19 publisher account. Podcast hosting and distribution API.
| Method | Path | Description |
|---|---|---|
| GET | /classification_inclusions |
Get ClassificationInclusion records |
| GET | /classification_inclusions/{id} |
Get a specific classification inclusion |
| GET | /classifications |
Get a list of classifications |
| GET | /classifications/{id} |
Get a specific classification |
| GET | /credits |
Get a list of credits |
| GET | /credits/{id} |
Get a specific credit |
| GET | /episodes |
Get a list of episodes |
| GET | /episodes/{id} |
Get a specific episode |
curl -X GET 'https://art19.com/classification_inclusions' \ -H 'Authorization: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official ART19 Content API Documentation documentation.