<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API rate-limiting excessively fast in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/API-rate-limiting-excessively-fast/m-p/7192693#M18973</link>
    <description>&lt;P&gt;Update 2: Found out that each artist has to run a separate get_albums() request, and that isn't included with the Artist class returned by spotify. This is clunky to work around, but is enough of an answer to my question that I'm marking this as resolved.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Oct 2025 23:19:22 GMT</pubDate>
    <dc:creator>aderpynarwhal</dc:creator>
    <dc:date>2025-10-27T23:19:22Z</dc:date>
    <item>
      <title>API rate-limiting excessively fast</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/API-rate-limiting-excessively-fast/m-p/7187604#M18957</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Free&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;USA&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Desktop&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Windows 11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I've built a python file that utilizes the spotify.py package module to make batch calls at specific times using specific artist ids. Working fine for weeks, no issue. An hour or so ago, it was scheduled to make another batch call(~80 ids, spread over two get_artists() calls.) I could see the API call went through, as the python logs were lighting up with the parsing prints it normally does. But at a certain artist, it froze. I assumed it was an issue with the bot breaking while parsing this artist's data, and retried. Same result. I removed the artist's id from the request and resent it. At this point, I got the full API call to run, but it froze again while parsing the second get_artists() reply. I restarted the file, and after this, no call to spotify returns anything. Nothing else changed, nothing crazy happened. In total, I made maybe 50 API calls over the span of 5-10 minutes. This may be a question better directed towards the python package instead of the API itself, but I figured someone here may be able to help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not running many requests on my end, but spotify's API seems to think otherwise, as I've consistently been rate limiting the few days since this happened. My API calls are utilizing bulk function calls like get_artists(), so across 80 artists, to my understanding, it should only fire two API requests. Is this wrong? Any help is appreciated!&lt;/P&gt;</description>
      <pubDate>Sun, 26 Oct 2025 05:15:24 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/API-rate-limiting-excessively-fast/m-p/7187604#M18957</guid>
      <dc:creator>aderpynarwhal</dc:creator>
      <dc:date>2025-10-26T05:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: API Inexplicably stonewalling requests</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/API-rate-limiting-excessively-fast/m-p/7189280#M18959</link>
      <description>&lt;P&gt;Update: Tried again after midnight tonight. The first few calls worked, no problem(with API side at least). While trying to troubleshoot an entirely different problem, I ran a handful of API calls(certain artists aren't parsing properly on my end). After maybe a dozen or so calls, the API bricked itself again. I'm genuinely not sure what I could be doing to cause this, as each instance I run an API call is only triggering one or two get_artists() requests.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Oct 2025 04:36:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/API-rate-limiting-excessively-fast/m-p/7189280#M18959</guid>
      <dc:creator>aderpynarwhal</dc:creator>
      <dc:date>2025-10-25T04:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: API rate-limiting excessively fast</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/API-rate-limiting-excessively-fast/m-p/7192693#M18973</link>
      <description>&lt;P&gt;Update 2: Found out that each artist has to run a separate get_albums() request, and that isn't included with the Artist class returned by spotify. This is clunky to work around, but is enough of an answer to my question that I'm marking this as resolved.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 23:19:22 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/API-rate-limiting-excessively-fast/m-p/7192693#M18973</guid>
      <dc:creator>aderpynarwhal</dc:creator>
      <dc:date>2025-10-27T23:19:22Z</dc:date>
    </item>
  </channel>
</rss>

