Quickly retrieve the status of any Minecraft server
Please note that this is not a real Minecraft server, it is a demo server used to test the features of this website. If you would like to learn more, please refer to our frequently asked questions.
A Bedrock server
You cannot connect!
https://api.mcstatus.io/v2/status/bedrock/demo.mcstatus.io
{
"online": true,
"host": "demo.mcstatus.io",
"port": 19132,
"ip_address": "144.172.70.183",
"eula_blocked": false,
"retrieved_at": 1733876573069,
"expires_at": 1733876633069,
"version": {
"name": "1.19.70",
"protocol": 575
},
"players": {
"online": 84,
"max": 100
},
"motd": {
"raw": "A Bedrock server\nYou cannot connect!",
"clean": "A Bedrock server\nYou cannot connect!",
"html": "<span><span>A Bedrock server\nYou cannot connect!</span></span>"
},
"gamemode": "Survival",
"server_id": "1060190456624855670",
"edition": "MCPE"
}
You may learn more about this response by reading the route details on the API documentation.