Skip to main content
GET
/
tracks
/
{id}
Get a track by id
curl --request GET \
  --url http://localhost:6063/tracks/{id}
{
  "album": "Birds In The Trap Sing McKnight",
  "album_art": "89cb92505e4bbe0560bbcda6280a202a.jpg",
  "album_artist": "Travis Scott",
  "album_id": "cm5zvhb22009lwg6dnvablpbc",
  "artist": "Travis Scott",
  "artist_id": "cm5zvhb21008ewg6dvgqsa9rx",
  "bitrate": 320,
  "composer": "Mike Dean, Matthew Samuels, Tyler Williams, Jacques Webster, Abel \"The Weeknd\" Tesfaye",
  "created_at": 1737064715,
  "disc_number": 1,
  "filesize": 8680548,
  "frequency": 44100,
  "genre_id": "",
  "id": "cm5zvhcnd02olwg6dxlapwu92",
  "is_remote": false,
  "length": 216991,
  "md5": "961b2782d0910101aa5d6c90b49f077e",
  "path": "/home/tsiry/Music/Travis Scott/[E]  Birds In The Trap Sing McKnight [64819399] [2016]/14 - Travis Scott - wonderful(Explicit).m4a",
  "title": "wonderful",
  "track_number": 14,
  "updated_at": 1737064715,
  "year": 2016,
  "year_string": "2016-09-03"
}

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

Track

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>