Some new rules about how the API is rate limited went into effect today.
The gist is this: reads are no longer rate limited. Some updates are rate limited. This means simply using the site you shouldn't run into these limits, but if you were heavily updating pools, posts, wiki pages, etc you may run into them. Notable exceptions (currently) for rate limiting including voting and favoriting.
The rate limiting rules, in general, is as follows:
- Basic users: 1 update/second
- Gold users w/API key: 2 updates/second
- Platinum/Builder/Mod w/API key: 4 updates/second
In addition, users have a burst pool where they can make several consecutive updates without being rate limited. This is again dependent on user level:
- Basic users: 10 updates at once
- Gold users w/API key: 30 updates at once
- Platinum/Builder/Mod w/API key: 60 updates at once
This pool is slowly regenerated according to the rate limiting rules mentioned above.
All of this is subject to change. If you are running into this rate limit unreasonably often, please post about it here so I can tweak the numbers as needed. Thanks.