Thanks to our amazing Patreon supporters we are almost to our monthly goal!
If you have not already become a patron then please consider donating to BreakBlocks.com to help keep the project and community growing strong! πͺ
Check real-time status and details of a Minecraft server.
| Parameter | Type | Description |
|---|---|---|
ip |
string | Server IP address |
port |
integer | Server port (default: 25565) |
GET /api/v0.1/status/ping/mc.hypixel.net/25565
{
"success": true,
"ip": "mc.hypixel.net",
"port": 25565,
"online": true,
"players": {
"online": 12000,
"max": 120000
},
"version": "1.20.1",
"motd": "Hypixel Network",
"latency": 45,
"favicon": "data:image/png;base64,..."
}