Skip to main content
GET
/
albums
/
{id}
/
tracks
List tracks in an album
curl --request GET \
  --url http://localhost:6063/albums/{id}/tracks
[
  {
    "id": "cmodxew97005epdmdvt8ar73r",
    "path": "/Users/tsirysandratraina/Music/J. Cole - 2014 Forest Hills Drive (Explicit)/01. J. Cole - Intro (Explicit).m4a",
    "title": "Intro",
    "artist": "J. Cole",
    "album": "2014 Forest Hills Drive",
    "album_artist": "J. Cole",
    "bitrate": 320,
    "composer": "",
    "disc_number": 1,
    "filesize": 5168762,
    "frequency": 44100,
    "length": 129199,
    "track_number": 1,
    "year": 2014,
    "year_string": "2014-12-09",
    "md5": "07576ce8ea7906aa36bf05ae93cb1643",
    "album_art": "216ccc791352fbbffc11268b984db19a.jpg",
    "artist_id": "cmodw19po0005pdmd6k9mwauv",
    "album_id": "cmodxew8w0053pdmdmro8vx0w",
    "genre_id": "",
    "is_remote": false,
    "created_at": 1777096568,
    "updated_at": 1777096568
  },
  {
    "id": "cmodxew9a005opdmddc5l9y63",
    "path": "/Users/tsirysandratraina/Music/J. Cole - 2014 Forest Hills Drive (Explicit)/02. J. Cole - January 28th (Explicit).m4a",
    "title": "January 28th",
    "artist": "J. Cole",
    "album": "2014 Forest Hills Drive",
    "album_artist": "J. Cole",
    "bitrate": 320,
    "composer": "",
    "disc_number": 1,
    "filesize": 9710586,
    "frequency": 44100,
    "length": 242744,
    "track_number": 2,
    "year": 2014,
    "year_string": "2014-12-09",
    "md5": "e6914133fcbcf8771fbf156c485b8459",
    "album_art": "216ccc791352fbbffc11268b984db19a.jpg",
    "artist_id": "cmodw19po0005pdmd6k9mwauv",
    "album_id": "cmodxew8w0053pdmdmro8vx0w",
    "genre_id": "",
    "is_remote": false,
    "created_at": 1777096568,
    "updated_at": 1777096568
  }
]

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

Tracks belonging to the album

id
string
path
string
title
string
artist
string
album
string
album_artist
string
composer
string
genre
string | null
year
integer<int64> | null
year_string
string | null
track_number
integer<int64> | null
disc_number
integer<int64>
length
integer<int64>

Duration in milliseconds

filesize
integer<int64>
bitrate
integer<int64>
frequency
integer<int64>
album_id
string
artist_id
string
genre_id
string
album_art
string | null
md5
string
created_at
string<date-time>
updated_at
string<date-time>