Automate Reddit
Explore Plans
Mobile menu Close menu
SpotifySpotify

Get album details

This query returns details for a given album.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns details for a given album.
API endpoint slug
spotify.get_album
Runtime method
performQuery("spotify.get_album")

Query fields

Album ID Text input > Other

Label
Enter a valid album_id
Helper text
Use 'Search album' query to find an album_id
Slug
album_id
Required
false
Can have default value
true

Ingredients

Album nameThe name of the album.

Slug
album_name
Filter code
Spotify.getAlbum.AlbumName
Type
String
Example
Goodbye Yellow Brick Road (Remastered / Deluxe Edition)

Album URLThe URL to this album's page on Spotify.

Slug
album_url
Filter code
Spotify.getAlbum.AlbumUrl
Type
Web URL
Example
https://open.spotify.com/album/6g9uPPHtnxQLSUd6d9xK8n

Album cover URLA URL to this album's cover art.

Slug
album_cover_url
Filter code
Spotify.getAlbum.AlbumCoverUrl
Type
Image URL
Example
https://i.scdn.co/image/f19b9c3b1a5c8a8ccb81cca47a16f5136fb7133d

Album IDThis album's Spotify album_id.

Slug
album_id
Filter code
Spotify.getAlbum.AlbumId
Type
String
Example
6g9uPPHtnxQLSUd6d9xK8n

Album artistsThe album's artists.

Slug
album_artists
Filter code
Spotify.getAlbum.AlbumArtists
Type
Query

Album tracksGet the tracks on the album.

Slug
album_tracks
Filter code
Spotify.getAlbum.AlbumTracks
Type
Query