SpotifyApiSpotify LogoJS

APIArtist

extends SimplifiedArtist

The structure containing the entire details of the Spotify Artist.

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

Properties:

NameTypeDescription
external_urlsExternalUrlKnown external URLs for this artist.
followersFollowersInformation about the followers of the artist.
genresstring[]A list of the genres the artist is associated with. For example: "Prog Rock" , "Post-Grunge". (If not yet classified, the array is empty.)
hrefstringA link to the Web API endpoint providing full details of the artist.
idstringThe Spotify ID for the artist.
imagesImage[]Images of the artist in various sizes, widest first.
namestringThe name of the artist.
popularitynumberThe popularity of the artist. The value will be between 0 and 100, with 100 being the most popular. The artist’s popularity is calculated from the popularity of all the artist’s tracks.
typeSpotifyTypeThe object type: "artist".
uristringThe Spotify URI for the artist.