The following batch endpoints are no longer available. Fetch items individually instead.
| Removed endpoint |
Replacement |
| GET /tracks |
GET /tracks/{id} (one request per track) |
| GET /albums |
GET /albums/{id} |
| GET /artists |
GET /artists/{id} |
| GET /episodes |
GET /episodes/{id} |
| GET /shows |
GET /shows/{id} |
| GET /audiobooks |
GET /audiobooks/{id} |
| GET /chapters |
GET /chapters/{id} |