A rate limit is the number of API calls an app or user can make within a given time period.
The current default rate limits are:
- For
GET
requests — 300.0 per 5.0 seconds. - For
POST
requests — 50.0 per 5.0 seconds.
We can increase the current rate limits upon request.