mirror of
https://github.com/Aran404/SpotAPI.git
synced 2026-04-25 16:55:50 +03:00
[GH-ISSUE #60] Issue with User.get_plan_info: 404 /ca-en/api/zine/v2/plan/ not Found #36
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotAPI#36
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 @simonebartolibp on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/Aran404/SpotAPI/issues/60
Hey!
Since yesterday (10 Feb 2026), fetching the user plan info has been consistently failing with a 404.
The hardcoded endpoint
https://www.spotify.com/ca-en/api/account/v2/plan/still exists and requires auth, but now always responds with:
So it looks like the backend route may have changed or been removed.
I’m not sure if there’s another simple REST endpoint for this, but if not, it might be worth switching to the same GraphQL call the web player uses. For reference, this is the curl request:
And the response includes the plan details inside account attributes, for example:
Happy to open a PR to switch over to this approach if that sounds good.
@Aran404 commented on GitHub (Feb 14, 2026):
I'm going to recode spotapi soon, it's almost completely outdated