Get a list of categories used to tag items in Spotify (on, for example, the Spotify player's "Browse" tab).
Required Scopes: None.
Optional request information.
Get a single category used to tag items in Spotify (on, for example, the Spotify player's "Browse" tab).
Required Scopes: None.
The Spotify category ID for the category.
Optional request information.
Get a list of Spotify playlists tagged with a particular category.
Required Scopes: None.
The Spotify category ID for the category.
Optional request information.
Get a list of Spotify featured playlists (shown, for example, on a Spotify player's "Browse" tab).
Required Scopes: None.
Optional request information.
Get a list of new album releases featured in Spotify (shown, for example, on a Spotify player's "Browse" tab).
Required Scopes: None.
Optional request information.
Create a playlist-style listening experience based on seed artists, tracks, and genres.
Recommendations are generated based on the available information for a given seed entity and matched against similar artists and tracks. If there is sufficient information about the provided seeds, a list of tracks will be returned together with pool size details.
For artists and tracks that are very new or obscure there might not be enough data to generate a list of tracks.
Required Scopes: None.
Artists, genres, and/or tracks to use as seeds for recommendations.
Optional request information.
Generated using TypeDoc
Get Available Genre Seeds
Retrieve a list of available genres seed parameter values for recommendations.
Required Scopes: None.
console.log(await spotify.browse.getAvailableGenreSeeds()); // Array [ "acoustic", "afrobeat", ... ]