Allocation request limit

I am developing a site that uses Spotify Web API.

On the support page, I didn't see any information about how many requests you can send to the API before blocking it. My question is:

  • is there a specific limit on requests?
+3


source to share


1 answer


Moderator's comment:

The rate limit for signed requests depends on the endpoint, current load, origin, etc., however, it should always be better than the rate limit for unsigned requests, and it should always be sufficient for normal use. If you regularly hit your bet limits, consider using conditional queries using caching mechanisms, setting paging limits, etc.



So they don't specify the constraint, they compute it dynamically, so they can't control the request constraint for the developer.

+7


source







All Articles