ERRORS

4XX Errors
5XX Errors
1XXX Errors
2XXX Errors

4XX ERRORS

400 Bad Request

Your request body was invalid or malformed


401 Unauthorized

You did not provide an API key in your request or you used the wrong scheme


403 Forbidden

You provided an invalid API key


404 Not Found

The requested resource (server, player) could not be found


405 Method Not Allowed

You used the wrong type of HTTP method, i.e. GET on a POST endpoint


409 Conflict

The requested player was already banned


413 Request Entity Too Large


414 Request URI Too Large


418 I'm a teapot

Read more here


422 Unprocessable Content

Your request body did not include one or more required parameters or it provided incorrect parameters


429 Too Many Requests

You made too many requests to an endpoint (10/1 second)


5XX ERRORS

500 Internal Server Error

Something went wrong on our part


502 Bad Gateway

The server died

Typically seen when the API is restarting


504 Gateway Timeout

The server did not return a response in time or a resource intensive task timed out


(CF) 520 Web Server Returned Unknown Error

Typically only seen when the API is restarting


(CF) 521 Web Server Down

The server refused a connection from Cloudflare


(CF) 524 Timeout Occurred

Typically only seen when the API is restarting


(CUSTOM) 599 External Server Error

Trying to interact with a 3rd-party API failed


1XXX ERRORS

Error codes that are specific to our API

Not implemented yet

1000 Game Error

The request to the API was successful, but errored in game


1001 Roblox Error

The request to the API was successful, but Roblox rejected our request


1002 Module Out Of Date

The API module in the game is out of date


1003 Invalid Permissions

The moderator sending a command has invalid permissions for that command

Not to be confused with 403 Forbidden


1004 Server Unavailable

The requested server is offline

Not to be confused with 502 Bad Gateway


2XXX ERRORS

Error codes that make it easier to differentiate common errors

2000 Value Error

Comes with a 422 Unprocessable Content error

Your request body contained an invalid value or parameter


2001 Validation Error

Comes with a 422 Unprocessable Content error

Your request body was missing one or multiple parameters


(LEGACY) 2002 External Service Request Fail

Comes with a 500 Internal Server Error error

A request to an external service we use failed