Logo

Docs

Artists

Get All Artists

Browse artists from the artists endpoint.

Endpoint

GET /artists

Endpoint reference: getArtists

Use this form when you want to browse artists instead of looking them up by ids or omm_ids.

Query Parameters

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

NameValuesRequired
langlocale string like en-USfalse
includealbums, songsfalse
viewminimalfalse
view[artists]minimalfalse
view[albums]minimalfalse
view[songs]minimalfalse
limit1-25false
offset0+false
sortname, -name, date_added, -date_addedfalse
filter[genres]comma-separated genresfalse
limit[albums]1-25false
limit[songs]1-25false

Responses

StatusContent TypeResponse
200 OKapplication/jsonArtistListResponse
400 Bad Requestapplication/jsonErrorResponse

On this page