Errors
The Brawlhalla API will return errors in a JSON format. These errors are also found within the header of the response.
| Error | Meaning |
|---|---|
| 401 | Unauthorized — You must use HTTPS. |
| 403 | Forbidden — Bad API key or missing API key. |
| 404 | Not Found — The service or endpoint is not found. |
| 404 | Bad Request — Required parameters are missing or invalid. |
| 429 | Too Many Requests — Your API key has hit the rate limit. |
| 500 | Internal Server Error — The server encountered an unrecoverable error. |
| 503 | Service Unavailable — We’re temporarially offline for maintanance. Please try again later. |