v1

latestOpenAPI 3.0.32026-07-139687282.9 KB
Artists

Get Artist

Get Spotify catalog information for a single artist identified by their unique Spotify ID.

get/artists/{id}

Path parameters

idstring required

The Spotify ID of the artist.

Example:0TnOYISbd1XYRBk9myaseg

Response

An artist

genresstring[]

A list of the genres the artist is associated with. If not yet classified, the array is empty.

hrefstring

A link to the Web API endpoint providing full details of the artist.

idstring

The Spotify ID for the artist.

namestring

The name of the artist.

popularityinteger

The popularity of the artist. The value will be between 0 and 100, with 100 being the most popular. The artist's popularity is calculated from the popularity of all the artist's tracks.

type'artist'

The object type.

uristring

The Spotify URI for the artist.

Example response

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