Skip to main content
GET
/
albums
List all albums
curl --request GET \
  --url http://localhost:6063/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": "cmjodpk0r00j8pdoc5r5eko46",
    "title": "21 Reasons (feat. Ella Henderson)",
    "artist": "Nathan Dawe",
    "year": 2019,
    "year_string": "2019-05-31",
    "album_art": "53682046896b8c9c6118c169cfd03ff8.jpg",
    "md5": "3997d22d81a895c867827ef6f4f83477",
    "artist_id": "cmjodpk0r00j7pdocuh1vu2vx",
    "label": null,
    "copyright_message": "under exclusive licence to Warner Music UK Limited, ℗ 2020 Nathan Dawe"
  }
]

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.

Response

200 - application/json

Array of albums

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