| ... | ... | @@ -15,5 +15,5 @@ Code|Name|Notes |
|
|
|
403|**Forbidden**|You are submitting far too many requests and have been temporarily forbidden access to the service. Wait and retry with a maximum of 15 requests per second.
|
|
|
|
404|**Not Found**|Indicates a badly formatted request. Check your URL
|
|
|
|
408|**Timeout**|The request was not processed in time. Wait and retry later
|
|
|
|
+429|**Too Many Requests**|You have been rate-limited; wait and retry. The headers `X-RateLimit-Reset`, `X-RateLimit-Limit` and `X-RateLimit-Remaining` will inform you of how long you have until your limit is reset and what that limit was. If you get this response and have not exceeded your limit then check if you have made too many requests per second.
|
|
|
|
429|**Too Many Requests**|You have been rate-limited; wait and retry. The headers `X-RateLimit-Reset`, `X-RateLimit-Limit` and `X-RateLimit-Remaining` will inform you of how long you have until your limit is reset and what that limit was. If you get this response and have not exceeded your limit then check if you have made too many requests per second.
|
|
|
|
503|**Service Unavailable**|The service is temporarily down; retry after a pause |