Gallery
audio-search
Audio Search Coda Pack
Share
Explore
Formulas

icon picker
Details

All of the formulas that retrieve information about specific types of items from Spotify

Details

The Audio Search Coda Pack provides a set of formulas and column formats that allow you to retrieve detailed information about specific types of items on Spotify. Whether you're interested in albums, tracks, artists, playlists, shows, episodes, or audiobooks, you can easily fetch the relevant details by passing the item's ID to the corresponding formula.

🧪 Formulas

The following formulas are available for retrieving detailed information:
GetArtistDetails(artistId)
Description: Retrieves the details of a specific artist on Spotify.
Parameters:
account (connected account): The Spotify account used to pull in the data.
artistId (string): The Spotify ID of the artist.
Returns: An object containing the artist details, including the artist name, genres, popularity, follower count, and more.
Example:
Broadcast
GetAlbumDetails(albumId)
Description: Retrieves the details of a specific album on Spotify.
Parameters:
account (connected account): The Spotify account used to pull in the data.
albumId (string): The Spotify ID of the album.
Returns: An object containing the album details, including the album name, artist information, release date, track list, and more.
Properties
Example:
Tender Buttons
GetTrackDetails(trackId)
Description: Retrieves the details of a specific track (song) on Spotify.
Parameters:
account (connected account): The Spotify account used to pull in the data.
trackId (string): The Spotify ID of the track.
Returns: An object containing the track details, such as the track name, artist information, album details, duration, popularity, and more.
Example:
Black Cat
GetPlaylistDetails(playlistId)
Description: Retrieves the details of a specific playlist on Spotify.
Parameters:
account (connected account): The Spotify account used to pull in the data.
playlistId (string): The Spotify ID of the playlist.
Returns: An object containing the playlist details, such as the playlist name, owner information, description, track list, and more.
GetShowDetails(showId)
Description: Retrieves the details of a specific show on Spotify.
Parameters:
account (connected account): The Spotify account used to pull in the data.
showId (string): The Spotify ID of the show.
Returns: An object containing the show details, including the show name, publisher, description, episode list, and more.
Example:
The Integral Principles of the Structural Dynamics of Flow
GetEpisodeDetails(episodeId)
Description: Retrieves the details of a specific episode on Spotify.
Parameters:
account (connected account): The Spotify account used to pull in the data.
episodeId (string): The Spotify ID of the episode.
Returns: An object containing the episode details, such as the episode name, show information, description, duration, release date, and more.
Example:
Episode One: Hey
GetAudiobookDetails(audiobookId)
Description: Retrieves the details of a specific audiobook on Spotify.
Parameters:
account (connected account): The Spotify account used to pull in the data.
audiobookId (string): The Spotify ID of the audiobook.
Returns: An object containing the audiobook details, including the audiobook name, author information, narrator information, chapter count, and more.
Example:
The Golden Compass
Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.