小黑MOTDPE
[TOC]
简要描述
- 我的世界基岩版服务器在线查询
请求URL:
https://www.blmcpia.com/open-api/motdpe/api.php
请求方式:
- GET
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
ip | 是 | string | 服务器IP地址 |
port | 是 | int | 服务器端口 |
返回示例
{
"status": "online",
"ip": "2b2tpe.org",
"port": "19132",
"motd": "Infinite Games Network",
"agreement": "407",
"version": "1.16.100",
"online": "291",
"max": "292",
"gamemode": "Survival",
"delay": 58
}
返回参数说明
参数名 | 说明 |
---|---|
status | 服务器唯一状态识别 |
ip | 返回查询IP |
port | 返回查询端口 |
motd | 服务器广播内容Motd |
agreement | 协议版本 |
version | 客户端版本 |
online | 服务器在线人数 |
max | 服务器人数上限 |
gamemode | 游戏模式 |
delay | 连接服务器延迟 |