-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathget-artist.json
43 lines (43 loc) · 1016 Bytes
/
get-artist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/6vWDO969PvNqNYHIOW5v0m"
},
"followers": {
"href": null,
"total": 4265760
},
"genres": [
"dance pop",
"pop",
"r&b",
"urban contemporary"
],
"href": "https://api.spotify.com/v1/artists/6vWDO969PvNqNYHIOW5v0m",
"id": "6vWDO969PvNqNYHIOW5v0m",
"images": [
{
"height": 1000,
"url": "https://i.scdn.co/image/a370c003642050eeaec0bc604409aa585ca92297",
"width": 1000
},
{
"height": 640,
"url": "https://i.scdn.co/image/79e91d3cd4a7c15e0c219f4e6c941d282fe87a3d",
"width": 640
},
{
"height": 200,
"url": "https://i.scdn.co/image/18141db33353a7b84c311b7068e29ea53fad2326",
"width": 200
},
{
"height": 64,
"url": "https://i.scdn.co/image/214f45121374d7298e58355bd4ef8c6e9a4710b1",
"width": 64
}
],
"name": "Beyoncé",
"popularity": 88,
"type": "artist",
"uri": "spotify:artist:6vWDO969PvNqNYHIOW5v0m"
}