Logo

Docs

Artists

Get Multiple Artists by Id

Fetch one or more artists by id.

Endpoint

GET /artists

Endpoint reference: getArtists

Required Query Parameter

NameDescriptionTypeExample
idsComma-separated artist idsstringartist_1,artist_2

Optional Query Parameters

Scoped parameters like view[...] and limit[...] can shape included relationships.

NameValuesRequired
langlocale stringfalse
includealbums, songsfalse
viewminimalfalse
view[artists]minimalfalse
view[albums]minimalfalse
view[songs]minimalfalse
limit[albums]1-25false
limit[songs]1-25false

Responses

StatusContent TypeResponse
200 OKapplication/jsonArtistListResponse
400 Bad Requestapplication/jsonErrorResponse

On this page