Response Codes
Our APIs support the following HTTP response codes to indicate the success or failure of an API request. This list is not exhaustive, but provides the most common responses our APIs deliver.
Numeric Code | Message | Description |
---|---|---|
200 | OK | The request was successful |
400 | Bad Request | A variable in the request is incorrect, check the reply message for details |
403 | Forbidden | The request is legitimate but proper authorization was not provided |
403 | Developer Over Limit | The provided key has exceeded the rate limit |
403 | Developer Over QPS | The provided key has exceeded the queries per second limit |
403 | Developer Over Rate | The provided key has exceeded the rate limit |
404 | Not Found | The request resource was not found |
404 | Not Found | Invalid route |
404 | Not Found | Wrong identifier |
404 | Not Found | No outrights for this category |
404 | Not Found | Timestamp is too old |
404 | Not Found | No schedule for this tournament |
404 | Not Found | No tournaments for this sport |
429 | Too Many Requests | The number of sent requests to the endpoint has exceeded the rate limit |
500 | Internal Server Error | The server encountered an unexpected condition, which prevented it from fulfilling the request or serving the response |
503 | Database Error | The server was unable to retrieve the request |
503 | Service Unavailable | The server is undergoing scheduled maintenance |
503 | Backend Fetch Failed | The server could not reach the requested resource |
504 | Gateway Timeout | The server did not receive a timely response from another server upstream |
596 | Service Not Found | The called upon service does not exist on this server |
Updated 11 months ago