πAPI Reference
So.. what can I do with this thing?
Please note that not all data is up-to-date, we are consistently updating and improving the documentation.
Endpoints
Rate Limiting: POST requests are subject to stricter Rate Limits. Make sure your application is configured to handle them properly!
Sends an announcement message to the server.
API Key
Request body for announcing a message
hello worldOK
Bad Request
Unauthorized
Too Many Requests
Internal Server Error
Shuts down the server after 30 second timeout.
API Key
OK
Bad Request
Unauthorized
Too Many Requests
Internal Server Error
Updates a specific server setting.
API Key
Request body for updating a server setting
Setting updated successfully
Invalid request body or server already banned
Unauthorized
Setting not allowed or invalid type
Too many requests
Internal server error
Adds or removes the given userId from the banlist.
API Key
true123456789User banned/unbanned successfully
Invalid request body
Unauthorized
User not found
Internal server error
Kicks a player from the server.
API Key
Request body for kicking a player
Optional reason for the kick123456789OK
Bad Request
Unauthorized
Too Many Requests
Internal Server Error
Sets a banner for the server.
API Key
Request body for setting a banner
Hello World!OK
Bad Request
Unauthorized
Too Many Requests
Internal Server Error
Last updated