Spotify

Playlist

Retrieves public Spotify playlist metadata and up to 50 tracks by playlist id or URL. For playlists with more tracks, pass the returned cursor into the next request until cursor is null.

get/v1/spotify/playlist

Query parameters

idstring

Spotify playlist id. If you'd prefer to use the URL instead, you can use the url parameter instead.

urlstring

Spotify playlist URL. If you'd prefer to use the id instead, you can use the id parameter instead.

cursorstring

Cursor returned by the previous response. Omit it for the first page.

Response

Successful response

Changes