Minecraft
/minecraft/servers/status/java
Get the status of a Java Minecraft server
Query Parameters
host*string
Length
4 <= length <= 50Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://plume.sodiumlabs.xyz/api/minecraft/servers/status/java?host=string"{
"host": "string",
"port": 0,
"ip_address": "string",
"eula_blocked": true,
"updated_at": 0,
"version": {
"name_raw": "string",
"name_clean": "string",
"protocol": 0
},
"players": {
"online": 0,
"max": 0
},
"motd": {
"raw": "string",
"clean": "string"
},
"icon": "string"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}