v1
latestOpenAPI 3.0.32026-07-139687282.9 KBArtists
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
Example response
{
"genres": [
"Prog rock",
"Grunge"
],
"images": [
{
"url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
"height": 300,
"width": 300
}
]
}