...

/

User Playlists and Playlist Information

User Playlists and Playlist Information

Take a look at how to get information about the playlists the current user is interested in.

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 ...