Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP

Loading…

Information about rate limitations. #50

Closed
Hubro opened this Issue · 5 comments

3 participants

Tomas Sandven Michael Poon Indyaner
Tomas Sandven

I currently have little knowledge about the allowed amount of API requests per minute, and I don't dare spam the API to find out in case of IP black-listing. It would be very helpful to include some information about this in these docs, including an example of what the API would return if the rate limit was exceeded.

Michael Poon

Right now we just ask for devs to be reasonable about their request rate, which should be around 1 request per minute. We're not being super strict on our rate limits, but we'll definitely blacklist abusers (it's very obvious if someone is abusing). I'll add this to the docs.

Michael Poon mpoon closed this
Michael Poon

Ah excuse me, a reasonable rate limit should be 1 request per second. Sorry!

Tomas Sandven

Oh that's a relief. Out of curiosity though, what if I have an "update loop" set to run every minute, upon which 7-8 concurrent requests are made to the API. That would be way more than 1 requests per second, but only 7-8 requests per minute.

Michael Poon

That's fine, we look at requests usually in either day or hour chunks.

Indyaner

Are these Informations still valid? Where can I find the documentation page how many request are legit and how many are the total maximum?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.