v1

latestOpenAPI 3.0.32026-07-148993228.8 KB
Artists

Get Several Artists

Get Spotify catalog information for several artists based on their Spotify IDs.

get/artists

Query parameters

idsstring required

A comma-separated list of the Spotify IDs for the artists. Maximum: 50 IDs.

Example:2CIMQHirSU0MQqyYHq0eOx,57dN52uHvrHOxijzpIgu3E,1vCWHaC5f2uS3yhpwWbIA6

Response

A set of artists

Example response

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