Search
Search Playlists
Search playlists with pagination and genre filtering.
Endpoint
GET /search/playlists
Endpoint reference: searchPlaylists
Required Query Parameter
| Name | Description | Type | Example |
|---|---|---|---|
term | Search term | string | term=workout |
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 | 1-25 | false |
offset | 0+ | false |
filter[genres] | comma-separated genres | false |
limit[tracks] | 1-25 | false |
Responses
| Status | Content Type | Response |
|---|---|---|
200 OK | application/json | SearchPlaylistsResponse |
400 Bad Request | application/json | ErrorResponse |