mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-26 16:06:27 +00:00
25 lines
595 B
JSON
25 lines
595 B
JSON
|
{
|
||
|
"birthdate": "1937-06-01",
|
||
|
"country": "SE",
|
||
|
"display_name": "JM Wizzler",
|
||
|
"email": "email@example.com",
|
||
|
"external_urls": {
|
||
|
"spotify": "https://open.spotify.com/user/wizzler"
|
||
|
},
|
||
|
"followers" : {
|
||
|
"href" : null,
|
||
|
"total" : 3829
|
||
|
},
|
||
|
"href": "https://api.spotify.com/v1/users/wizzler",
|
||
|
"id": "wizzler",
|
||
|
"images": [
|
||
|
{
|
||
|
"height": 200,
|
||
|
"url": "https://fbcdn-profile-a.akamaihd.net/hprofile-ak-frc3/t1.0-1/1970403_10152215092574354_1798272330_n.jpg",
|
||
|
"width": 200
|
||
|
}
|
||
|
],
|
||
|
"product": "premium",
|
||
|
"type": "user",
|
||
|
"uri": "spotify:user:wizzler"
|
||
|
}
|