Skip to content
Web APIReferences / Users / Check if Users Follow Playlist

Check if Users Follow Playlist

Check to see if one or more Spotify users are following a specified playlist.

Request

  • playlist_id
    string
    Required

    The Spotify ID of the playlist.

    Example: 3cEYpjA9oz9GiPac4AsH4n
  • ids
    string
    Required

    A comma-separated list of Spotify User IDs ; the ids of the users that you want to check to see if they follow the playlist. Maximum: 5 ids.

    Example: ids=jmperezperez,thelinmichael,wizzler

Response

Array of booleans

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

Response sample

[false, true]