Other Information

Rate Limiting

All endpoints are rate limited based on the user. The allowed quota is dependent on the type of user account.

When an application/user exceeds the rate limit for a given API endpoint, the ERUDUS API will now return an HTTP 429 “Too Many Requests” response code.

Our servers also have a burst throttle rate enabled which means you can in some circumstances get a 503 type error if you send too many requests in quick succession.

Last updated