Download OpenAPI specification:Download
Ping Minecraft Server
ip required | string Example: ip=mc.hypixel.net |
edition | string Default: "java" Enum: "java" "bedrock" |
{- "success": true,
- "data": {
- "version": {
- "name": "Requires MC 1.8 / 1.20",
- "protocol": 47,
- "cleanName": "Requires MC 1.8 / 1.20"
}, - "players": {
- "max": 200000,
- "online": 54451,
- "sample": [
- null
]
}, - "description": "§aHypixel Network §c[1.8-1.20]\n§6§lDOUBLE COINS + EXP §7- §3§lSKYBLOCK §b§l0.19.2",
- "favicon": "base 64 img",
- "cleanDescription": "Hypixel Network [1.8-1.20]\nDOUBLE COINS + EXP - SKYBLOCK 0.19.2",
- "information": [
- null
], - "modList": [
- null
]
}
}
Get Skin by hash
hash required | string Example: f9efb57f3360f46885aec164b7c77944d4406a1b2734f25db5dbfe885974cb0a Hash of the skin as provided by Mojang |
{- "success": false,
- "message": "error message here"
}