Skip to main content
GET
/
albums
/
{id}
Get an album by id
curl --request GET \
  --url http://localhost:6063/albums/{id}
{
  "album_art": "fd2f91b0204eb7d7bb57573c86d9511d.jpg",
  "artist": "Charli xcx",
  "artist_id": "cmfcfqx3w002dwg08lrasptzo",
  "copyright_message": null,
  "id": "cmffj228r0009wgc76zjd7rtr",
  "label": null,
  "md5": "2896ca6b64216f891514d2d746754ea1",
  "title": "how i'm feeling now",
  "year": 2020,
  "year_string": "2020-05-15"
}

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

Album

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