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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import spotify from '@utdk/spotify';
await spotify.getFeaturedPlaylists({
"limit": 20,
"offset": 0
})