Get Artist
GET https://api.spotify.com/v1/artists/{{id}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |
RESPONSES
status: OK
{"external_urls":{"spotify":"https://open.spotify.com/artist/0sCAofrHFyDFPxXA0B7a86"},"followers":{"href":null,"total":12066},"genres":["djent"],"href":"https://api.spotify.com/v1/artists/0sCAofrHFyDFPxXA0B7a86","id":"0sCAofrHFyDFPxXA0B7a86","images":[{"height":640,"url":"https://i.scdn.co/image/633629db89627ca51e15ec90f8dbe0ba90ae6e0c","width":640},{"height":300,"url":"https://i.scdn.co/image/fc703581b9b104103c24d248dcffff17e3580f33","width":300},{"height":64,"url":"https://i.scdn.co/image/0fdeb8900eeadcc180378ce2d5aa979a41d7c73d","width":64}],"name":"Anup Sastry","popularity":34,"type":"artist","uri":"spotify:artist:0sCAofrHFyDFPxXA0B7a86"}