Last active
January 20, 2019 22:46
-
-
Save drumnation/3d70dbee76e34ecd542d4c3da217fe60 to your computer and use it in GitHub Desktop.
Spotify Get User Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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