This tag is used for questions regarding the limits of the API, including quotas as well as throttling.
5
votes
0answers
51 views
Why is my API quota not resetting after UTC reset?
According to How API Keys Work, the default daily API limit -- which is per site, per day -- is 300.
I started with 300, as expected, but over a period of days, I've noticed that the remaining quota ...
1
vote
1answer
17 views
Would implementing both 1.1 and 2.0 APIs in an app/script to get around the API quotas be considered abuse?
In another question I asked it was established that
The ip, and user/app-pair quotas are separate in V1.x and V2.0.
So with this in mind would an app or script which implemented like methods for ...
5
votes
1answer
36 views
Do calls on the 1.1 API and the 2.0 count against each other's limits?
Do the old 1.1 API and new 2.0 share limits?
Or do my StackApps running on 1.1 calls not affect my limits for apps running on 2.0 calls?
3
votes
1answer
82 views
Getting Question body/title with Answers?
I am trying to build an RSS feed that includes any/all questions that I have answered, and been accepted as the correct answer.
I am running into an issue where I'm sending too many requests and ...
3
votes
1answer
294 views
Need some help verifying 503 throttle issue
Update:
We've confirmed the issue... fixing it
is taking more time than anticipated.
– Kevin Montrose
Color me happy.
The throttle is now applied to api.stackoverflow.com so we have an ...
3
votes
2answers
284 views
What is the throttle interval or threshold?
Resolution:
I have confirmed that a constant interval of 170 ms will run without error.
// 30 per 5 sec = 6 per sec = interval 166.6 ms
Soapi.RequestQueue.setInterval(170);
...
2
votes
1answer
120 views
Guidance on usage thresholds - specifically throttling
I am running a lot of tests and have started to get 403 errors.
I am using a key and certainly have not exceeded my quota.
Am I running foul of some yet unmentioned throttling threshold and if so, ...
29
votes
0answers
3k views
How API Keys Work
What are the API request limits?
A single IP address can only make a certain number of API requests per day, depending on the presence of a valid API key.
Default API daily limits:
Key: 10,000
No ...
6
votes
1answer
466 views
What happens if an app becomes super popular?
Will there be provisions for apps to become "sponsored" by SO wherein the limits are removed? Say somebody writes the de-facto iPhone app and it gets 500,000 users, the 10K cap will be hit pretty ...