Skip to main content
GET
/
artists
/
{id}
Get an artist by id
curl --request GET \
  --url http://localhost:6063/artists/{id}
{
  "genres": "",
  "id": "cm5zvhb1h000owg6dqxnn66bp",
  "image": "https://i.scdn.co/image/ab6761610000e5eb9e528993a2820267b97f6aae",
  "name": "The Weeknd"
}

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

Artist

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