Skip to main content
GET
/
artists
/
{id}
/
albums
List albums by an artist
curl --request GET \
  --url http://localhost:6063/artists/{id}/albums
[
  {
    "id": "cmodxew8w0053pdmdmro8vx0w",
    "title": "2014 Forest Hills Drive",
    "artist": "J. Cole",
    "year": 2014,
    "year_string": "2014-12-09",
    "album_art": "216ccc791352fbbffc11268b984db19a.jpg",
    "md5": "7efed3c16a2ea54a2c090e40f03107d4",
    "artist_id": "cmodw19po0005pdmd6k9mwauv",
    "label": null,
    "copyright_message": "â„— 2014 Cole World/Interscope Records"
  },
  {
    "id": "cmodw1a5l003dpdmd39obvgay",
    "title": "Might Delete Later",
    "artist": "J. Cole",
    "year": 2024,
    "year_string": "2024-04-05",
    "album_art": "85b108fff8d0cabd396a2e79885f2752.jpg",
    "md5": "ddbdd86c1fc7e7f1b5b901d83c83aaf2",
    "artist_id": "cmodw19po0005pdmd6k9mwauv",
    "label": null,
    "copyright_message": "â„— 2024 Cole World, Inc., under exclusive license to Interscope Records"
  }
]

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

200 - application/json

Albums by the artist

id
string
title
string
artist
string
year
integer<int32> | null
year_string
string | null
artist_id
string
md5
string
album_art
string | null