mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #1172] Sudden breaking API changes - Deprecated endpoints #688
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#688
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 @pretoriusdre on GitHub (Nov 28, 2024).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1172
Describe the bug
Spotify have made sudden breaking changes to their API, depreciating many endpoints (making them unavailable to many current users)
https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api
Additional context
Spotipy documentation might need to be updated to reflect this depreciation.
@oskameDEV commented on GitHub (Nov 28, 2024):
Of course on the day I finish something that makes use of their audio analysis 💀
@fsanna23 commented on GitHub (Nov 30, 2024):
This is the worst. They also made it impossible to retrieve data from playlists like Release Radar or New Music Friday, which I was using on weekly basis.
@syphernl commented on GitHub (Nov 30, 2024):
I ran into the same problem with my personal script I used every week to get data from Release Radar.
A workaround for that is copying these playlists using the Spotify app (mobile or desktop) and using that playlist to retrieve data from it.
@dieser-niko commented on GitHub (Dec 1, 2024):
I think Spotify is trying to keep the data they generate on their site. But this breaks more "normal" applications than malicious ones.
@hivishal commented on GitHub (Dec 3, 2024):
Is there anyway I can get access to a songs metadata now that they have deprecated the API endpoint
@HansBambel commented on GitHub (Dec 9, 2024):
Even the recommendation endpoint was removed.... wow
@anair1 commented on GitHub (Jan 7, 2025):
Late to the party but I thought I was going crazy or something after hopping back on my project after a bit and seeing the recommendations API continuously return a 404. Sucks to see it go :(
@its403 commented on GitHub (Mar 20, 2025):
Did anyone find a way to get recommendations using any other ways?
@jarodra commented on GitHub (Mar 20, 2025):
For some time it was possible to use Spotify anon but since new changes we're implemented this week it's not working anymore.
@henryctheo commented on GitHub (Nov 5, 2025):
Super late to the party, but saw
artist_related_artists(artist_id)also deprecated. Does anyone know of a similar endpoint?