mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #1227] Web API Changes #714
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#714
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@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.