Optional request information.
Get Spotify catalog information for multiple episodes based on their Spotify IDs.
Required Scopes: user-read-playback-position
for reading the user's
resume points.
A list of the Spotify IDs for the episodes.
Optional request information.
Generated using TypeDoc
Get an Episode
Get Spotify catalog information for a single episode identified by its unique Spotify ID.
Required Scopes:
user-read-playback-position
for reading the user's resume points.const episode = await spotify.episodes.getEpisode('5VhaAEtTrKQ1NSneHsXK6C'); console.log(episode.name); // "S1E6 - Institutionalized by Kendrick Lamar"