Skip to content

Instantly share code, notes, and snippets.

@drumnation
Last active January 20, 2019 22:46
Show Gist options
  • Select an option

  • Save drumnation/3d70dbee76e34ecd542d4c3da217fe60 to your computer and use it in GitHub Desktop.

Select an option

Save drumnation/3d70dbee76e34ecd542d4c3da217fe60 to your computer and use it in GitHub Desktop.
Spotify Get User Profile
{
"birthdate": "1983-03-31",
"country": "US",
"display_name": "David Miles",
"email": "[email protected]",
"external_urls": {
"spotify": "https://open.spotify.com/user/128455501"
},
"followers": {
"href": null,
"total": 33
},
"href": "https://api.spotify.com/v1/users/128455501",
"id": "128455507",
"images": [
{
"height": null,
"url": "https://profile-images.scdn.co/images/userprofile/default/55e7b02fd2459120621e06258445bf0e01c6a311",
"width": null
}
],
"product": "premium",
"type": "user",
"uri": "spotify:user:128455507"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment