Spotify Web API v0.4.0 Spotify.Albums View Source

For manipulating albums.

Spotify Docs

Link to this section Summary

Types

The date and time the album was saved

Information about the album

The type of the album: one of album , single , or compilation

The artists of the album. Each artist object includes a link in href to more detailed information about the artist

The markets in which the album is available: ISO 3166-1 alpha-2 country codes. Note that an album is considered available in a market when at least 1 of its tracks is available in that market

The copyright statements of the album

The copyright statements of the album

Known external URLs for this album

A list of the genres used to classify the album. 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 album

The Spotify ID for the album

The cover art for the album in various sizes, widest first

The label for the album

The name of the album. In case of an album takedown, the value may be an empty string

The popularity of the album. The value will be between 0 and 100, with 100 being the most popular. The popularity is calculated from the popularity of the album’s individual tracks

The date the album was first released, for example 1981-12-15. Depending on the precision, it might be shown as 1981 or 1981-12

The precision with which release_date value is known: year , month , or day

The tracks of the album

The object type: album

The Spotify URI for the album

Link to this section Types

The date and time the album was saved.

Information about the album.

Link to this type album_type() View Source
album_type() :: String.t()

The type of the album: one of album , single , or compilation.

The artists of the album. Each artist object includes a link in href to more detailed information about the artist.

Link to this type available_markets() View Source
available_markets() :: [String.t()] | nil

The markets in which the album is available: ISO 3166-1 alpha-2 country codes. Note that an album is considered available in a market when at least 1 of its tracks is available in that market.

The copyright statements of the album.

The copyright statements of the album.

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

Known external URLs for this album.

A list of the genres used to classify the album. 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 album.

The Spotify ID for the album.

The cover art for the album in various sizes, widest first.

The label for the album.

The name of the album. In case of an album takedown, the value may be an empty string.

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

The popularity of the album. The value will be between 0 and 100, with 100 being the most popular. The popularity is calculated from the popularity of the album’s individual tracks.

Link to this type release_date() View Source
release_date() :: String.t()

The date the album was first released, for example 1981-12-15. Depending on the precision, it might be shown as 1981 or 1981-12.

Link to this type release_date_precision() View Source
release_date_precision() :: String.t()

The precision with which release_date value is known: year , month , or day.

The object type: album

The Spotify URI for the album.