v1

latestOpenAPI 3.0.32026-07-148993228.8 KB
Users
Playlists

Check if Users Follow Playlist

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

get/playlists/{playlist_id}/followers/contains

Path parameters

playlist_idstring required

The Spotify ID of the playlist.

Example:3cEYpjA9oz9GiPac4AsH4n

Query parameters

idsstring 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:jmperezperez,thelinmichael,wizzler

Response

Array of booleans

boolean[] required

Example response

[
  false,
  true
]