v1

latestOpenAPI 3.0.32026-07-139687282.9 KB
Artists

Get Artist's Related Artists

Get Spotify catalog information about artists similar to a given artist. Similarity is based on analysis of the Spotify community's listening history.

get/artists/{id}/related-artists

Path parameters

idstring required

The Spotify ID of the artist.

Example:0TnOYISbd1XYRBk9myaseg

Response

A set of artists

Example response

{
  "artists": [
    {
      "genres": [
        "Prog rock",
        "Grunge"
      ],
      "images": [
        {
          "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
          "height": 300,
          "width": 300
        }
      ]
    }
  ]
}