Skip to content
Announcement:We are updating the criteria to be granted extended access to the Web API.
Please note that starting May 15, 2025 we’re introducing some changes to the way we provide Web API extended quota mode access. For more information, read here.
Web APIReferences / Users / Check if Current User Follows Playlist

Check if Current User Follows Playlist

Check to see if the current user is following a specified playlist.

Request

  • playlist_id
    string
    Required

    The Spotify ID of the playlist.

    Example: 3cEYpjA9oz9GiPac4AsH4n
  • ids
    string

    Deprecated A single item list containing current user's Spotify Username. Maximum: 1 id.

    Example: ids=jmperezperez

Response

Array of boolean, containing a single boolean

Example: [true]
endpointhttps://api.spotify.com/v1/playlists/{playlist_id}/followers/containsplaylist_idids

Response sample

[true]