Spotify Web API v0.1.0 Spotify.Artists.ArtistFull View Source

A full Artist object.

KeyValue Description
external_urlsKnown external URLs for this artist.
followersInformation about the followers of the artist.
genresA list of the genres the artist is associated with. For example: “Prog Rock” , “Post-Grunge”. (If not yet classified, the array is empty.)
hrefA link to the Web API endpoint providing full details of the artist.
idThe Spotify ID for the artist.
imagesImages of the artist in various sizes, widest first.
nameThe name of the artist
popularityThe 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.
typeThe object type: “artist”
uriThe Spotify URI for the artist.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Artists.ArtistFull{external_urls: Spotify.ExternalUrls.t(), followers: Spotify.Followers.t(), genres: [String.t()], href: String.t(), id: String.t(), images: [Spotify.Image.t()], name: String.t(), popularity: integer(), type: String.t(), uri: String.t()}