Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
Plan:
Premium
Device:
PC
Operating System:
Windows 10
My Question or Issue:
I’m encountering an issue with the Spotify API while managing my account, where I follow over 2,400 artists. My project involves running a weekly script to check all these artists for new releases over the past week. This script has been functioning well for the past six months, but recently, I’ve encountered a recurring problem.
After fetching data for a few hundred artists—sometimes 200, 300, or even 600—the script suddenly stops and returns a 403 error. This issue is particularly puzzling because the script can still make some requests, but it stops prematurely, preventing me from completing my task.
Steps I’ve Taken:
Despite these efforts, the issue persists. I’m seeking guidance on how to resolve this problem and avoid similar issues in the future.
Hi!
We had the same issue for a couple of days only and also for a smaller "follow" list. There seems to be a global outage on this endpoint 😕
Wait and see for a fix...
I'm seeing this, too. Maybe it's a rate-limit issue being mis-returned as 403 instead of 429? If I treat it like a 429 and do a retry with exponential backoff (try^2 seconds), I can get through my entire list of 5554 followed artists. Doing this just now I got 31 403s along the way, but in only one case did it take more than 1 retry to get a given page successfully.
Oh wow, glad to know I'm not alone here. I've been using the Spotify API for over 5 years now, usually 429s are returned as 429s. Here's the thread I posted at the developer forums:
I doubt it's the case. I've never gotten a 429 on this endpoint specifically, and for all of its pitfalls - the Spotify API usually *does* tell when you're doing too many requests with a proper status code.
Except for this other recent issue where it does give 429s, but doesn't include the Retry-After header:
Might be unrelated. But both things just started happening, so...
I have same issue. I follow close to 1000 artists and my app, which was able to get all the followed artists a week ago with pagination, now receives 403 errors. When I turned off pagination and just request 50 followed artists, the app works fine. I initially thought it could be related to rate limit but error is 403 not 429. Appreciate any insight on this issue.
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game and get…