<?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: Low number of requests leading to 429 response in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7349888#M20626</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/19913145"&gt;@LambertSpot&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/21253457"&gt;@thn6tv_u-yda&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/19913145"&gt;@LambertSpot&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I actually have an update &lt;STRONG&gt;now&lt;/STRONG&gt; already. We have tweaked the limits and quotas, made them less restrictive. Let me know how they feel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally we will continue to discuss how we can improve transparency around the rate limits and quotas. We understand the frustration of trying to develop something, and suddenly hitting a limit you could not account for.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks for the quick response! I appreciate the help, especially with so many other comments about the changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen relatively similar rate limiting on the `/playlists/{playlistId}/items` endpoint. I'm only sending ~30 requests, is there a better approach you'd recommend to avoid hitting 429s? I've considered setting a sleep between each requests, but it's hard to find an optimal value when I only get 1 attempt / day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for the help!&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;We adjusted &lt;EM&gt;some&lt;/EM&gt; of the limits, but we believe there is a need for additional adjustments from reading your comments in the community and looking at the data. We are on it - I will post again when I have a new update to share on this.&lt;BR /&gt;&lt;BR /&gt;Same with how we communicate quotas and limits, still looking at it, will share when we have something concrete.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;Hello @LambertSpot,&lt;/P&gt;&lt;P class=""&gt;do you have any updates on this?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;My application has around &lt;SPAN class=""&gt;&lt;STRONG&gt;15k monthly active users&lt;/STRONG&gt;&lt;/SPAN&gt;, and since the February 11 changes we’ve been getting daily reports of &lt;SPAN class=""&gt;&lt;STRONG&gt;“Too Many Requests”&lt;/STRONG&gt;&lt;/SPAN&gt; errors. Even though we already designed the app so that the users bring their own ID and Secret.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I don’t believe this is caused by rate limiting. We already keep requests as conservative as possible while still providing near real-time playback context, and we even added settings that let users increase the delay between playback API calls. In practice, we’re typically making &lt;SPAN class=""&gt;&lt;STRONG&gt;around 40 requests per minute&lt;/STRONG&gt;&lt;/SPAN&gt;, so well below 60 RPM.&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;In some occasions though, we have to cache playlist item ids to check if an item is already present in that playlist before adding to it. (See also my &lt;A href="https://community.spotify.com/t5/Spotify-for-Developers/Feature-request-server-side-duplicate-prevention-for-Add-Items/td-p/7338030" target="_blank" rel="noopener"&gt;Feature Request for this&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;My assumption is that we’re now hitting the &lt;SPAN class=""&gt;&lt;STRONG&gt;daily quota&lt;/STRONG&gt;&lt;/SPAN&gt;, but without any concrete numbers it’s very difficult to design around this. If we knew the actual limits, we could adjust our behavior, warn users when they’re approaching the quota, or provide an estimate of when the limit might reset.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Right now, the only guidance I can give users is that if they hit the limit, they need to wait until the next day to use the app again. The project is open source and free, but this situation is becoming increasingly difficult to manage from a trust perspective. Users naturally assume this is a flaw in my software, which unfortunately reflects poorly on the project and creates reputational damage on my side.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I’m already getting questions from users asking whether there are alternative tools that do the same thing, which is honestly quite frustrating given that this behavior started only after the recent changes.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Any clarification on quotas and limits would be hugely appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Feb 2026 08:23:01 GMT</pubDate>
    <dc:creator>Inzanity</dc:creator>
    <dc:date>2026-02-23T08:23:01Z</dc:date>
    <item>
      <title>Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7338415#M20395</link>
      <description>&lt;P&gt;I've been working with the Web API for the past few months and have never hit 429 responses. Today I opted to migrate my app early to force myself to adapt to the new API changes. Incredibly low rate limits are preventing me from accomplishing anything, though. Most endpoints I'm using respond with a 429 after 10-20 requests, even if I spread requests out over a few minutes. The 429 response gives me no `Retry-After` information, so adding an accurate request backoff is impossible anyways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a permanent change, or is it just tied to greater API activity over the past day? This rate-limit is so low that the API is practically useless. I understand that the API team is looking to prevent individuals from scraping and stealing tons of data, but there has to be a better solution than this. It's already frustrating that old endpoints for bulk data retrieval (GET Artists, for instance) were deprecated, but any use of the API is pretty much impossible with such a low rate-limit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you have any more information. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 05:01:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7338415#M20395</guid>
      <dc:creator>thn6tv_u-yda</dc:creator>
      <dc:date>2026-02-12T05:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7338642#M20401</link>
      <description>&lt;P&gt;I am having the same issues, created a very simple script to like a currently playing song, so it only refreshes my token and then makes a request to&amp;nbsp;&lt;SPAN&gt;PUT "&lt;A href="https://api.spotify.com/v1/me/tracks?ids=" target="_blank"&gt;https://api.spotify.com/v1/me/tracks?ids=&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;$TRACK_ID&lt;/SPAN&gt;&lt;SPAN&gt;".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It will work once and then just give 429 errors with between a 6 and 24 hour retry header. It is literally unusable.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 10:39:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7338642#M20401</guid>
      <dc:creator>kurtisebear</dc:creator>
      <dc:date>2026-02-12T10:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7338692#M20405</link>
      <description>&lt;P&gt;Yup I also managed to get myself locked out for 20 hours....&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What works for testing is just to delete the app and make a new one but doesn't feel right.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 11:45:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7338692#M20405</guid>
      <dc:creator>Inzanity</dc:creator>
      <dc:date>2026-02-12T11:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339281#M20419</link>
      <description>&lt;P&gt;Same here... Two days, two consecutive time outs of 12 and 23 hours... Shame&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 23:39:29 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339281#M20419</guid>
      <dc:creator>JoaoAranha</dc:creator>
      <dc:date>2026-02-12T23:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339481#M20424</link>
      <description>&lt;P&gt;I'm experiencing the same - heavy rate limit after roughly 100/200 requests at 1/2 requests per second&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 05:39:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339481#M20424</guid>
      <dc:creator>gabagoolnation</dc:creator>
      <dc:date>2026-02-13T05:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339845#M20436</link>
      <description>&lt;P&gt;We hear you, and we are reviewing the rate limits and quotas now. They definitely need some adjustments. I hope to have an update on this next week - I will write again in this thread when I have something to share.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 14:07:59 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339845#M20436</guid>
      <dc:creator>LambertSpot</dc:creator>
      <dc:date>2026-02-13T14:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339988#M20444</link>
      <description>&lt;P&gt;I actually have an update &lt;STRONG&gt;now&lt;/STRONG&gt; already. We have tweaked the limits and quotas, made them less restrictive. Let me know how they feel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally we will continue to discuss how we can improve transparency around the rate limits and quotas. We understand the frustration of trying to develop something, and suddenly hitting a limit you could not account for.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 16:34:11 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339988#M20444</guid>
      <dc:creator>LambertSpot</dc:creator>
      <dc:date>2026-02-13T16:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339992#M20445</link>
      <description>&lt;P&gt;Huge thanks, and this is really a great demonstration that we are heard...&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 16:39:43 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339992#M20445</guid>
      <dc:creator>JoaoAranha</dc:creator>
      <dc:date>2026-02-13T16:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339993#M20446</link>
      <description>&lt;P&gt;Will do, are there any rough guidelines around limits? I'm aware of previous responses to that question, but with the multiple items endpoints being deprecated we do in general need to make more cumulative requests than before and would like to not overdo it&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 16:40:41 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7339993#M20446</guid>
      <dc:creator>gabagoolnation</dc:creator>
      <dc:date>2026-02-13T16:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340579#M20455</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/19913145"&gt;@LambertSpot&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I actually have an update &lt;STRONG&gt;now&lt;/STRONG&gt; already. We have tweaked the limits and quotas, made them less restrictive. Let me know how they feel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally we will continue to discuss how we can improve transparency around the rate limits and quotas. We understand the frustration of trying to develop something, and suddenly hitting a limit you could not account for.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks for the quick response! I appreciate the help, especially with so many other comments about the changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen relatively similar rate limiting on the `/playlists/{playlistId}/items` endpoint. I'm only sending ~30 requests, is there a better approach you'd recommend to avoid hitting 429s? I've considered setting a sleep between each requests, but it's hard to find an optimal value when I only get 1 attempt / day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for the help!&lt;/P&gt;</description>
      <pubDate>Sat, 14 Feb 2026 03:48:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340579#M20455</guid>
      <dc:creator>thn6tv_u-yda</dc:creator>
      <dc:date>2026-02-14T03:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340744#M20456</link>
      <description>&lt;P&gt;rate limiting still seems to be fairly strict&lt;/P&gt;</description>
      <pubDate>Sat, 14 Feb 2026 07:59:14 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340744#M20456</guid>
      <dc:creator>gabagoolnation</dc:creator>
      <dc:date>2026-02-14T07:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340774#M20459</link>
      <description>&lt;P&gt;Sorry, but still something not useful and we are not talking about some newbie errors in developing, we are talking about the level of restriction where even adding the double of waiting time and the half of the values in the max itens calls (were 50, now 40, I'm using 20) it reach 429 and after just dog house for 24 hours. Again, not trying to be rude, but Spotify really wants us to keep developing ? Because at the moment, still looking like a ban. I'm a 50 years old guy that is working with IT for the last 30, i commit errors doing code ? for sure, but nothing so drastic that could lead me to the lever of restrictions that are over simple codes as now... Please we as a community are just asking for fairness not to the need of loose security that could lead to harm anyone !&lt;/P&gt;</description>
      <pubDate>Sat, 14 Feb 2026 08:52:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340774#M20459</guid>
      <dc:creator>JoaoAranha</dc:creator>
      <dc:date>2026-02-14T08:52:17Z</dc:date>
    </item>
    <item>
      <title>Severe 429 Errors in Apps with Granted Quota Extension</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340780#M20549</link>
      <description>&lt;P&gt;My app has granted quota extension. This app needs to fetch the user’s currently playing track in real-time, which means it requests &lt;EM&gt;/v1/me/player&lt;/EM&gt; every 2–3 seconds. Other API endpoints are used much less frequently. However, this high-frequency request to &lt;EM&gt;/v1/me/player&lt;/EM&gt; causes my app to encounter 429 errors almost constantly, forcing users to wait 15–30 seconds, which significantly impacts the user experience.&lt;/P&gt;&lt;P&gt;Out of necessity, I tried having users create their own Clients, and surprisingly, this approach avoids the 429 errors. It seems the 429 limit heavily weights total request volume and does not consider the number of users, nor does it adjust the request limit accordingly.&lt;/P&gt;&lt;P&gt;Before the API changes earlier this year, letting users create their own Clients worked reasonably well. But with this year’s updates, many endpoints were removed, including &lt;EM&gt;external_id (isrc)&lt;/EM&gt;, which my app relies on heavily. This makes user-created Clients almost unusable, and users are forced to face 429 errors whether starting the app or switching tracks, resulting in several seconds or even tens of seconds of waiting, which severely affects usability.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I understand the need for rate limits, but could Spotify consider relaxing or removing the limits for certain endpoints? For example, &lt;EM&gt;/v1/me/player&lt;/EM&gt; and &lt;EM&gt;/v1/player/currently-playing&lt;/EM&gt; only return the user’s current playback information. They do not involve large amounts of data and do not pose a security risk.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Allowing these endpoints to avoid 429 errors would greatly improve the experience of my app. This would benefit both users and Spotify’s ecosystem. I hope Spotify can consider this issue.&lt;/P&gt;&lt;P&gt;Thank you for your time and attention!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 08:47:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340780#M20549</guid>
      <dc:creator>WXRIW</dc:creator>
      <dc:date>2026-02-18T08:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Low number of requests leading to 429 response</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340800#M20462</link>
      <description>&lt;P&gt;It also appears to be fairly random it seems. Just to monitor rate-limits, I did poll `&lt;SPAN&gt;/me/player` once a second. Worked fine for a couple of hours and then suddenly runs into a rate limit. Is there a new approach other than requests within a 30 minute window? Would be nice to know to actually avoid running into that.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Feb 2026 09:18:58 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340800#M20462</guid>
      <dc:creator>tawmae</dc:creator>
      <dc:date>2026-02-14T09:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Severe 429 Errors in Apps with Granted Quota Extension</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340806#M20551</link>
      <description>&lt;P&gt;Je suis d'accord avec l'auteur.Ces restrictions ne font que causer des désagréments.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 08:47:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340806#M20551</guid>
      <dc:creator>However</dc:creator>
      <dc:date>2026-02-18T08:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Severe 429 Errors in Apps with Granted Quota Extension</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340807#M20552</link>
      <description>&lt;P&gt;Strongly support this. These new restrictions from Spotify are severely impacting the listeners' experience.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 08:47:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340807#M20552</guid>
      <dc:creator>UtWuSong</dc:creator>
      <dc:date>2026-02-18T08:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Severe 429 Errors in Apps with Granted Quota Extension</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340811#M20554</link>
      <description>&lt;P&gt;I'm a user of this app. The app is extremely useful and helpful with lyric. But with the growth of the users, the error 429 pop up frequently and frequently, which is a quite pity, also, it ruins the experience of using the app. I hope Spotify can lift restrictions, so that we users can easily use both Spotify and Lyricify app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 08:47:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340811#M20554</guid>
      <dc:creator>EunoiaCody</dc:creator>
      <dc:date>2026-02-18T08:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Severe 429 Errors in Apps with Granted Quota Extension</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340815#M20555</link>
      <description>&lt;P&gt;I am also using this easy-to-use software. The 429 error seriously affects the use experience. I hope Spotify you can open the limits to make it more comfortable for users.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 08:47:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340815#M20555</guid>
      <dc:creator>SuzumiKanade</dc:creator>
      <dc:date>2026-02-18T08:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Severe 429 Errors in Apps with Granted Quota Extension</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340823#M20556</link>
      <description>&lt;P&gt;Have the exact issue. Hope it gets improved.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 08:47:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340823#M20556</guid>
      <dc:creator>OneGuy985</dc:creator>
      <dc:date>2026-02-18T08:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Severe 429 Errors in Apps with Granted Quota Extension</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340824#M20557</link>
      <description>&lt;P&gt;I'm&amp;nbsp; a user of Lyricify app.I wanna say that this App improves my experiences&amp;nbsp;of Spotify.It is the best partner of Spotify.All in all,this App is a power of using Spotify .The change of API decrease the experience.The wrong of 429，it seriously affects the use.I hope you can change it back or make this experience better.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 08:47:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Low-number-of-requests-leading-to-429-response/m-p/7340824#M20557</guid>
      <dc:creator>wlaina</dc:creator>
      <dc:date>2026-02-18T08:47:56Z</dc:date>
    </item>
  </channel>
</rss>

