Quickly retrieve the status of any Minecraft server
A Minecraft Server
https://api.mcstatus.io/v2/status/java/darkblu.mooo.com:25565
{
"online": true,
"host": "darkblu.mooo.com",
"port": 25565,
"ip_address": "178.41.138.162",
"eula_blocked": false,
"retrieved_at": 1734855764059,
"expires_at": 1734855824059,
"srv_record": null,
"version": {
"name_raw": "1.18.2",
"name_clean": "1.18.2",
"name_html": "<span><span>1.18.2</span></span>",
"protocol": 758
},
"players": {
"online": 0,
"max": 20,
"list": []
},
"motd": {
"raw": "A Minecraft Server",
"clean": "A Minecraft Server",
"html": "<span><span>A Minecraft Server</span></span>"
},
"icon": null,
"mods": [],
"software": null,
"plugins": []
}
You may learn more about this response by reading the route details on the API documentation.