# Errors

| Error Code | Meaning                                                               |
| ---------- | --------------------------------------------------------------------- |
| 400        | Bad Request – Your request sucks                                      |
| 401        | Unauthorized – Your API key is wrong                                  |
| 403        | Forbidden – This requested is hidden for administrators only          |
| 404        | Not Found – The specified API could not be found                      |
| 405        | Method Not Allowed – You tried to access a API with an invalid method |
