生命奇旅 1.21.11| 纯净生存 | 趣味生电 | 建筑摸鱼 ☀春季更新 🗡玩家Q群:625468445 正版直连/外置登录 长期开放⛏ 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": null,
"domain": "windmc.top",
"id": 10737440,
"ip": "103.40.14.200",
"port": 25565,
"query": 25565,
"project_id": null,
"color": 0,
"city": "Wuxi",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780661603,
"last_online": 1780873838,
"icon": null,
"name": "生命奇旅 1.21.11| 纯净生存 | 趣味生电 | 建筑摸鱼 ☀春季更新 🗡玩家Q群:625468445 正版直连/外置登录 长期开放⛏",
"connect": "windmc.top:25565",
"request": "103.40.14.200:25565",
"map": null,
"gamemode": null,
"version": "1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1",
"numplayers": 3,
"maxplayers": 8,
"bots": 0,
"secured": null,
"private": null,
"country": "CN",
"status": true,
"votes": 0,
"points": 45,
"add_date": 1766250092,
"last_update": 1780873838,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 231,
"language": "zh",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10737440");
$data = json_decode($json, true);
var_dump($data);