Spotify Web API v0.4.0 Spotify.Artists View Source

For manipulating artists.

Spotify Docs

Link to this section Summary

Types

Known external URLs for this artist

Information about the followers of the artist

A list of the genres the artist is associated with. For example: Prog Rock , Post-Grunge. (If not yet classified, the array is empty.)

A link to the Web API endpoint providing full details of the artist

The Spotify ID for the artist

Images of the artist in various sizes, widest first

The name of the artist

The 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

The object type: artist

The Spotify URI for the artist

Link to this section Types

Link to this type external_urls() View Source
external_urls() :: Spotify.ExternalUrls.t()

Known external URLs for this artist.

Information about the followers of the artist.

A list of the genres the artist is associated with. For example: Prog Rock , Post-Grunge. (If not yet classified, the array is empty.)

A link to the Web API endpoint providing full details of the artist.

The Spotify ID for the artist.

Images of the artist in various sizes, widest first.

The name of the artist

Link to this type popularity() View Source
popularity() :: integer()

The 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.

The object type: artist

The Spotify URI for the artist.