Client Playlist Api
Endpoints for retrieving information about a user’s playlists and for managing a user’s playlists.
Functions
Add a Playable to a user’s playlist.
Add a Playable to a user’s playlist.
This method is equivalent to unfollowing a playlist with the given playlist.
Find a client playlist by its id. If you want to find multiple playlists, consider using getClientPlaylists
Get a list of the playlists owned or followed by a Spotify user.
Get a playlist owned by a Spotify user.
Get the current image(s) associated with a specific playlist.
Get full details of the tracks of a playlist owned by a Spotify user.
Get a list of the playlists owned or followed by a Spotify user. Lookups for non-existant users return an empty PagingObject (blame Spotify)
Remove all the playables in a playlist
Remove all occurrences of a playable from the specified playlist.
Remove a playable in the specified positions (zero-based) from the specified playlist.
Remove all occurrences of the specified playables from the given playlist.
Remove playables (each with their own positions) from the given playlist. Bulk requesting is only available when snapshotId is null.
Reorder a playable or a group of playables in a playlist.
Replace all the playables in a playlist, overwriting its existing playables. This powerful request can be useful for replacing playables, re-ordering existing playables, or clearing the playlist.
Replace all the playables in a playlist, overwriting its existing playables. This powerful request can be useful for replacing playables, re-ordering existing playables, or clearing the playlist.
Replace the image used to represent a specific playlist. Image type must be jpeg.