Error Codes
HTTP status codes returned by the API and what they mean.
| Status | Name | Description |
|---|
200 | OK | Request succeeded. |
400 | Bad Request | Invalid query parameters or malformed request. |
401 | Unauthorized | Missing or invalid API key. |
403 | Forbidden | API key does not have access to this resource. |
404 | Not Found | The requested resource does not exist. |
429 | Too Many Requests | Rate limit exceeded. Wait and retry. |
500 | Internal Server Error | Something went wrong on our end. Retry later. |
Error Response Format
{
"error": "Rate limit exceeded. Please wait before making another request."
}