Skip to main content
GET
/
artists
List all artists
curl --request GET \
  --url http://localhost:6063/artists
[
  {
    "id": "cmjftbrug03ipsl3jo6fggigk",
    "name": "A Perfect Circle",
    "image": "https://i.scdn.co/image/ab6761610000e5eb41472573351dfea479a4ffba",
    "genres": "alternative metal"
  },
  {
    "id": "cmo7132f7006epdouye8onwe7",
    "name": "Ab-Soul, Anderson .Paak, James Blake"
  }
]

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

Array of artists

id
string
name
string
image
string | null
bio
string | null