Other Information
Last updated
All endpoints are rate limited based on the user. The allowed quota is dependent on the type of user account.
User quota limits and remaing calls for user are returned in headers for each endpoint e.g.:
x-quota-remaining : 97
x-quota-limit : 2000
x-ratelimit-remaining : 197
x-ratelimit-limit: 200When 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
