Explore the errors and rate-limits that you could encounter whilst using the API
Code | Description |
---|---|
400 | Bad Request - Invalid parameters. |
401 | Unauthorized - Unable to authenticate. |
403 | Forbidden - The request is not allowed. |
404 | Not Found - The specified resource could not be found. |
406 | Not Acceptable - You requested a format that isn’t JSON. |
429 | Too Many Requests - You have reached the rate limit. |
500 | Internal Server Error - We had a problem with our server. Try again later. These are rare. |
503 | Service Unavailable - We’re temporarily offline for maintenance. Please try again later. |
429
) happen when you are sending too many requests to the developers API.
Standard
tier with 50 req/10s, you can send 50 requests within a second, then wait 9 seconds to send the others and it would work.Tier | Limits |
---|---|
Standard | 50 req/10s |
Premium | 100 req/10s |