provider Playlists GET /browse/featured-playlists
@utdk/spotify /browse/featured-playlists
Get Featured Playlists
Get a list of Spotify featured playlists (shown, for example, on a Spotify player's 'Browse' tab).
locale query
string
limit query
integer
offset query
integer

Try it

Authentication
Configure credentials for Spotify Web API
getFeaturedPlaylists
GET/browse/featured-playlists
Get a list of Spotify featured playlists (shown, for example, on a Spotify player's 'Browse' tab).

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import spotify from '@utdk/spotify';

await spotify.getFeaturedPlaylists({
  "limit": 20,
  "offset": 0
})