[GH-ISSUE #1227] Web API Changes #714

Open
opened 2026-02-28 00:01:06 +03:00 by kerem · 2 comments
Owner

Originally created by @tylergun on GitHub (Feb 13, 2026).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1227

As per this post: https://developer.spotify.com/documentation/web-api/references/changes/february-2026

It seems like Spotify is changing the way certain endpoints work. For example:
POST /users/{user_id}/playlists
Should now be
POST /me/playlists

Are there plans to update to support these new endpoints?

Thanks.

Originally created by @tylergun on GitHub (Feb 13, 2026). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1227 As per this post: https://developer.spotify.com/documentation/web-api/references/changes/february-2026 It seems like Spotify is changing the way certain endpoints work. For example: POST /users/{user_id}/playlists Should now be POST /me/playlists Are there plans to update to support these new endpoints? Thanks.
Author
Owner

@dieser-niko commented on GitHub (Feb 16, 2026):

Just went through all of them. Kind of depressing how much Spotify locks down their data. Anyways...

To be honest, given the number of endpoints that have been removed and changed, it would probably be easier to start from scratch using something like an OpenAPI parser.

<!-- gh-comment-id:3910284988 --> @dieser-niko commented on GitHub (Feb 16, 2026): Just went through all of them. Kind of depressing how much Spotify locks down their data. Anyways... To be honest, given the number of endpoints that have been removed and changed, it would probably be easier to start from scratch using something like an OpenAPI parser.
Author
Owner

@tonarec commented on GitHub (Feb 17, 2026):

I'm starting to test locally the changes in the client. I will start a PR soon to discuss the fix and updates due to the new endpoints.

<!-- gh-comment-id:3917664747 --> @tonarec commented on GitHub (Feb 17, 2026): I'm starting to test locally the changes in the client. I will start a PR soon to discuss the fix and updates due to the new endpoints.
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#714
No description provided.