[GH-ISSUE #1211] Update 'Check if current user follows playlist' documentation and not use ids parameter #707

Open
opened 2026-02-28 00:01:03 +03:00 by kerem · 1 comment
Owner

Originally created by @Landcross on GitHub (Aug 15, 2025).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1211

Currently, the implementation for this endpoint seems to be out of date in Spotipy. Two things:

  • It uses the ids query parameter that is marked as deprecated in the Spotify documentation
  • Besides the fact that it is deprecated, Spotify documentation states that if you do you use, it can contain a maximum of 1 ID (1 user). The Spotipy documentation (in the code) however, states a maximum of 5 ids (users)
Originally created by @Landcross on GitHub (Aug 15, 2025). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1211 Currently, the implementation for [this endpoint ](https://developer.spotify.com/documentation/web-api/reference/check-if-user-follows-playlist) seems to be out of date in Spotipy. Two things: - It uses the `ids` query parameter that is marked as deprecated in the Spotify documentation - Besides the fact that it is deprecated, Spotify documentation states that if you do you use, it can contain a maximum of 1 ID (1 user). The Spotipy documentation (in the code) however, states a maximum of 5 ids (users)
Author
Owner

@dieser-niko commented on GitHub (Sep 3, 2025):

Hi there, sorry for the late reply, but we've both been rather busy recently.

I've noticed that there are a bunch of outdated endpoints in our library, we are probably going to create a PR to update all of them.

<!-- gh-comment-id:3250261791 --> @dieser-niko commented on GitHub (Sep 3, 2025): Hi there, sorry for the late reply, but we've both been rather busy recently. I've noticed that there are a bunch of outdated endpoints in our library, we are probably going to create a PR to update all of them.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#707
No description provided.