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
GETrequests — 300.0 per 5.0 seconds. - For
POSTrequests — 50.0 per 5.0 seconds.
We can increase the current rate limits upon request.