Logo

Docs

Albums

Get an Album

Fetch a single album resource by id.

Endpoint

GET /albums/{id}

Endpoint reference: getAlbum

Use this endpoint when you already know the album id and want the canonical album resource.

What You Can Include

  • artists
  • tracks

Path Parameters

NameDescriptionTypeExample
idAlbum idstringalbum_123

Query Parameters

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

NameValuesRequired
langlocale stringfalse
includeartists, tracksfalse
viewminimalfalse
view[albums]minimalfalse
view[artists]minimalfalse
view[songs]minimalfalse
limit[artists]1-25false
limit[tracks]1-25false

Response Shape

Returns a single album resource wrapped in data.

  • full form: Album
  • minimal form: BaseAlbum

Responses

StatusContent TypeResponse
200 OKapplication/jsonAlbumResponse
404 Not Foundapplication/jsonErrorResponse

On this page