SpotifyApiSpotify LogoJS

PublicUser user.d.ts#L62

The spotify api object containing details of a user's public details.

https://developer.spotify.com/documentation/web-api/reference/#object-publicuserobject

Properties:

NameTypeDescription
display_name"null" | stringThe name displayed on the user’s profile. null if not available.
external_urlsExternalUrlKnown external URLs for this user.
followersFollowersInformation about the followers of the user.
OPTIONAL
hrefstringA link to the Web API endpoint for this user.
idstringThe Spotify user ID for the user.
imagesImage[]The user’s profile image.
OPTIONAL
typeSpotifyTypeThe Spotify object type which will be 'User'.
uristringThe Spotify URI for the user.