🚧Error Codes

Our API will return valid HTTP response codes for a quick reference if an API request was successful or not. Further error codes are included in the response body for better error handling.

Current in use error codes are:

Error CodeMeaning

0

Unknown error occurred. If this is persistent, contact PRC via an API ticket.

1001

An error occurred communicating with Roblox / the in-game private server

1002

An internal system error occurred

2000

You did not provide a server-key

2001

You provided an incorrectly formatted server-key

2002

You provided an invalid (or expired) server-key

2003

You provided an invalid global API key

2004

Your server-key is currently banned from accessing the API

3001

You did not provide a valid command in the request body

3002

The server you are attempting to reach is currently offline (has no players)

4001

You are being rate limited

4002

The command you are attempting to run is restricted

4003

The message you're trying to send is prohibited

9998

The resource you are accessing is restricted

9999

The module running on the in-game server is out of date, please kick all and try again.

Last updated