Inspect Playlist Items
POST/public/inspect/playlistItems
This endpoint allows you to fetch the tracks of a playlist from a music service without user authentication.
You need to provide the playlistId (which can be extracted from a playlist URL) and the serviceId of the music service.
The response includes paginated track results (up to 50 tracks per page). To fetch subsequent pages, pass the nextParam value from the response back in the nextParam field of the request body. When the response nextParam is null, there are no more pages.
Supported services: Spotify, Apple Music, Deezer, YouTube, YouTube Music, SoundCloud, Tidal, Amazon Music, Napster, Pandora, Qobuz.
Request
Responses
- 200
ok