Artists
Get Multiple Artists by Id
Fetch one or more artists by id.
Endpoint
GET /artists
Endpoint reference: getArtists
Required Query Parameter
| Name | Description | Type | Example |
|---|---|---|---|
ids | Comma-separated artist ids | string | artist_1,artist_2 |
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[albums] | 1-25 | false |
limit[songs] | 1-25 | false |
Responses
| Status | Content Type | Response |
|---|---|---|
200 OK | application/json | ArtistListResponse |
400 Bad Request | application/json | ErrorResponse |