DiskografDocs
APIArtists

Get an artist

Full profile including biography, links, associated acts, and per-role and per-genre credit counts.

GET
/v1/artists/{artistId}

Path Parameters

artistId*integer

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/artists/0"
{  "data": {    "id": -9007199254740991,    "name": "string",    "slug": "string",    "prefix_title": "string",    "is_group": true,    "aliases": "string",    "total_songs": -9007199254740991,    "total_credits": -9007199254740991,    "disambiguator": "string",    "first_release_year": -9007199254740991,    "last_release_year": -9007199254740991,    "username": "string",    "avatar_url": "string",    "biodata": "string",    "country": "string",    "place": "string",    "links": {      "website": "string",      "instagram": "string",      "twitter": "string",      "tiktok": "string",      "youtube": "string",      "facebook": "string"    },    "roles": [      {        "id": -9007199254740991,        "slug": "string",        "title": "string",        "count": -9007199254740991      }    ],    "associated_acts": [      {        "id": -9007199254740991,        "name": "string",        "slug": "string"      }    ],    "genres": [      {        "id": -9007199254740991,        "slug": "string",        "title": "string",        "count": -9007199254740991      }    ]  }}