| Success Response Code | Response Name | Description |
|---|---|---|
| 200 | OK | Request was fulfilled |
| Error Response Code | Response Name | Description |
| 400 | Bad Request | Request had bad syntax or the parameters supplied were invalid |
| 403 | Forbidden | Valid API Key was not supplied in the query |
| 404 | Not Found | Server has not found a route matching the given URI |
| 409 | Service Unavailable | Server is currently unavailable |
| 500 | Internal Error | Server encountered and unexpected condition which prevented it from fulfilling the request |
| 503 | Conflict | The allowed number of requests has been exceeded |