Search
Search Artists
Search artists with pagination and genre filtering.
Endpoint
GET /search/artists
Endpoint reference: searchArtists
Required Query Parameter
| Name | Description | Type | Example |
|---|---|---|---|
term | Search term | string | term=daft punk |
Optional Query Parameters
Scoped parameters like view[...] and limit[...] can shape included relationships.
| Name | Values | Required |
|---|---|---|
lang | locale string | false |
include | albums, songs | false |
view | minimal | false |
view[artists] | minimal | false |
view[albums] | minimal | false |
view[songs] | minimal | false |
limit | 1-25 | false |
offset | 0+ | false |
filter[genres] | comma-separated genres | false |
limit[albums] | 1-25 | false |
limit[songs] | 1-25 | false |
Responses
| Status | Content Type | Response |
|---|---|---|
200 OK | application/json | SearchArtistsResponse |
400 Bad Request | application/json | ErrorResponse |