Albums
Get the album discography — albums, EPs, and singles with release dates — for a Chartmetric artist_id.
Thin proxy over Chartmetric’s /artist/:id/albums. By default is_primary=true, so only albums where the artist is a main artist are returned — DJ compilations, soundtracks, and pure feature appearances are excluded. Pass is_primary=false to include them. Discover a Chartmetric artist_id via GET /api/research with type=artists&beta=true.
Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Chartmetric artist ID (positive integer). Obtain via GET /api/research with type=artists&beta=true — the id field in each result is the Chartmetric ID to pass here.
^[1-9][0-9]*$"3380"
When true (default), returns only albums where the artist is a main artist. Set to false to include feature appearances, DJ compilations, and soundtracks.
true, false Number of albums to return. Defaults to Chartmetric's default (100) when omitted.
^[1-9][0-9]*$Pagination offset. Defaults to 0 when omitted.
^(0|[1-9][0-9]*)$