Limit of spotify requests

假如想象 提交于 2019-11-30 19:15:55

问题


I am developing a site which uses the Spotify Web API.

On the support page I haven't seen any information about how many requests you can send to the API before it blocks it. My question:

  • is there a certain limit of requests?

回答1:


Mod comment:

The rate limit for signed requests varies according to 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 are hitting rate limits on a regular basis, consider using conditional requests, making use of caching mechanisms, adjusting paging limits, etc.

So they do not specify the limit, they calculate it dynamically, so no way to control the request limit for the developer.



来源:https://stackoverflow.com/questions/26531724/limit-of-spotify-requests

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!