Skip to main content
GET
/
artists
/
{id}
/
tracks
List tracks by an artist
curl --request GET \
  --url http://localhost:6063/artists/{id}/tracks
[
  {
    "id": "cmodxew9o006spdmdnhqjh8ab",
    "path": "/Users/tsirysandratraina/Music/J. Cole - 2014 Forest Hills Drive (Explicit)/04. J. Cole - 03’ Adolescence (Explicit).m4a",
    "title": "03’ Adolescence",
    "artist": "J. Cole",
    "album": "2014 Forest Hills Drive",
    "album_artist": "J. Cole",
    "bitrate": 320,
    "composer": "",
    "disc_number": 1,
    "filesize": 10570653,
    "frequency": 44100,
    "length": 264259,
    "track_number": 4,
    "year": 2014,
    "year_string": "2014-12-09",
    "md5": "0edf984c5a9cb95e6d9003b47f10e991",
    "album_art": "216ccc791352fbbffc11268b984db19a.jpg",
    "artist_id": "cmodw19po0005pdmd6k9mwauv",
    "album_id": "cmodxew8w0053pdmdmro8vx0w",
    "genre_id": "",
    "is_remote": false,
    "created_at": 1777096568,
    "updated_at": 1777096568
  },
  {
    "id": "cmodw19qb002apdmd476zdpfv",
    "path": "/Users/tsirysandratraina/Music/J. Cole - The Fall-Off (Explicit)/101. J. Cole - 29 Intro (Explicit).m4a",
    "title": "29 Intro",
    "artist": "J. Cole",
    "album": "The Fall-Off",
    "album_artist": "J. Cole",
    "bitrate": 320,
    "composer": "",
    "disc_number": 1,
    "filesize": 2311779,
    "frequency": 44100,
    "length": 57779,
    "track_number": 1,
    "year": 2026,
    "year_string": "2026-02-06",
    "md5": "72ee494cab9aba116e2fe724e347dc59",
    "album_art": "20a95234ea29a20884f5c6a1ef5ad592.jpg",
    "artist_id": "cmodw19po0005pdmd6k9mwauv",
    "album_id": "cmodw19pi0001pdmdv76spfpp",
    "genre_id": "",
    "is_remote": false,
    "created_at": 1777094253,
    "updated_at": 1777094253
  }
]

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 by the artist

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>