mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #287] Spotify API endpoints removal and changes #212
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#212
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 @WillyReyno on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/287
Hello,
I don't see anyone talking about this here, but Spotify has announced they will be removing many endpoints from their API (including user playlist handling, tracks and album markets, and many more).
Overall update on Developer Access & Security: https://developer.spotify.com/blog/2026-02-06-update-on-developer-access-and-platform-security
List of endpoint changes: https://developer.spotify.com/documentation/web-api/references/changes/february-2026
If I'm reading this correctly, all changes will take effect on March 9.
Good luck to all fellow devs working with their API to prepare for this in such a short time.
@jwilsson commented on GitHub (Feb 16, 2026):
Hello!
Thanks for opening this issue! I'm working on updating the library to support the new endpoints added while trying as best as I can to maintain backwards compatibility in the library API surface. I'm hoping I'll have something available later this week.
@jwilsson commented on GitHub (Feb 19, 2026):
I just pushed
7.1.0deprecating a whole bunch of methods but providing alternatives to the ones where there's a replacement in the API. I hope everything is backwards compatibility but if you find any issues please let me know!