Skip to main content
GET
/
tracks
List all tracks in the library
curl --request GET \
  --url http://localhost:6063/tracks
[
  {
    "id": "cmnvrqv4k002zpdwax7lrsbhh",
    "path": "/Users/tsirysandratraina/Music/Juicy J - The Trippy Tapes Vol. 1 (Explicit)/26. Juicy J, DJ Scream, Babyfxce E - Scotty (feat. Babyfxce E ) (Explicit).m4a",
    "title": " Scotty (feat. Babyfxce E )",
    "artist": "Juicy J, DJ Scream, Babyfxce E",
    "album": "The Trippy Tapes Vol. 1",
    "album_artist": "Juicy J, DJ Scream",
    "bitrate": 320,
    "composer": "",
    "disc_number": 1,
    "filesize": 6746791,
    "frequency": 44100,
    "length": 168664,
    "track_number": 26,
    "year": 2026,
    "year_string": "2026-04-03",
    "md5": "b418a0d44e61ef179005ff9a13d5c8bd",
    "album_art": "8c8b3a145776af32d29ea293691ecaa8.jpg",
    "artist_id": "cmnvrqv3b0000pdwaux8uj1d2",
    "album_id": "cmnvrqv3b0001pdwatmcq1aqt",
    "genre_id": "",
    "is_remote": false,
    "created_at": 1775998658,
    "updated_at": 1775998658
  }
]

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

All tracks

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>