User Playlists and Playlist Information

Overview

Spotify provides an endpoint that is used to get the list of playlists owned or followed by the current user. We can then get information about these playlists using the Get Playlist endpoint.

Playlists owned or followed by the current user

The base URL https://api.spotify.com/v1/me/playlists is used to get information about these playlists. This can help us analyze what kind of content a user is interested in. We can then suggest similar content to the user.

Request parameters

The information obtained by calling this endpoint can be filtered using the following query parameters.

Get hands-on with 1200+ tech skills courses.