Playlists
Get Multiple Playlists by Id
Fetch one or more playlists by id.
Endpoint
GET /playlists
Endpoint reference: getPlaylists
Required Query Parameter
| Name | Description | Type | Example |
|---|---|---|---|
ids | Comma-separated playlist ids | string | playlist_1,playlist_2 |
Optional Query Parameters
Scoped parameters like view[...] and limit[...] can shape included relationships.
| Name | Values | Required |
|---|---|---|
lang | locale string | false |
include | tracks | false |
view | minimal | false |
view[playlists] | minimal | false |
view[songs] | minimal | false |
limit[tracks] | 1-25 | false |
Responses
| Status | Content Type | Response |
|---|---|---|
200 OK | application/json | PlaylistListResponse |
400 Bad Request | application/json | ErrorResponse |