Logo

Docs

Songs

Get Multiple Songs by Id

Fetch one or more songs by id using the songs lookup endpoint.

Endpoint

GET /songs

Endpoint reference: getSongs

Use this form when you already have one or more song ids and want them back in a single response.

Required Query Parameter

NameDescriptionTypeExample
idsComma-separated song idsstringsong_1,song_2,song_3

Optional Query Parameters

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

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

Responses

StatusContent TypeResponse
200 OKapplication/jsonSongListResponse
400 Bad Requestapplication/jsonErrorResponse

On this page