Query MC Bedrock Server
Free Minecraft Bedrock Edition server status query API, get real-time online status, player count, dual-line MOTD, game mode and protocol version. Supports mainstream Bedrock server software, suitable for Minecraft Bedrock server monitoring panels and community development. · Suitable for Minecraft Bedrock server monitoring panels, player community websites, game launchers, Discord bots and other scenarios · Query MC Bedrock Server
Minecraft Bedrock server query, MCPE server status, Minecraft Bedrock API, Bedrock player count, MC server monitoring
GET /game/minecraft/bedrockstatus - Query MC Bedrock Server
Want to monitor a Minecraft Bedrock Edition server's status in real time? Bedrock Edition uses a completely different underlying network protocol (RakNet) from Java Edition, so querying it works differently. This endpoint is built specifically for Bedrock server monitoring and latency checks.
Overview
Just provide a Bedrock server address (domain or IP) to get its real-time online status. Besides the usual player count, max players, and protocol version, it also returns Bedrock-specific fields such as the dual-line MOTD (main title and subtitle), game mode (e.g. Survival), and the server's unique GUID.
Offline and omitted fields
When the target server is offline or unreachable, the response body will only contain online: false, and all other fields will be omitted. Make sure your frontend code handles missing fields gracefully.
Latency measurement
The latencyms value in the response represents the network round-trip time measured from the cloud API server to the target server. It is for reference only and does not represent the actual in-game latency an end user would experience connecting directly.