Tagged Questions
4
votes
1answer
185 views
Why do I get a throttle violation after 300 requests while using a key but no access_token?
I'm doing some testing on my app, and I let it run on a machine this afternoon while I was away. When I got back, I was geting 503 throttle violation errors from my API calls.
I was calling the ...
3
votes
1answer
52 views
key not being recognized by api.meta.stackoverflow.com?
I have been testing a throttle implementation against meta today and suddenly got shut down with a key violation.
It is possible that I have used enough requests to prompt this but I doubt it.
In ...
1
vote
1answer
98 views
Confusion over my API key
This is directed at the team, since nobody else will be able to help.
The key I took out for StackMobile is behaving strangely. I make a few requests, and then the limit resets to 0. (By limit, I'm ...
2
votes
2answers
248 views
Key Limit is 10k or 100k?
Getting Started FAQ Question says 10k
http://stackapps.com/questions/2/getting-started-with-the-api
But I see 100k on Response Header
X-RateLimit-Max 100000
X-RateLimit-Current 99993
Just typo in ...