provider Albums GET /browse/new-releases
@utdk/spotify /browse/new-releases
Get New Releases
Get a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s “Browse” tab).
limit query
integer
offset query
integer

Try it

Authentication
Configure credentials for Spotify Web API
getNewReleases
GET/browse/new-releases
Get a list of new album releases featured in Spotify (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.getNewReleases({
  "limit": 20,
  "offset": 0
})