低调/PVE/10倍废料/养老/死亡不掉/等级/强化 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 62,
"fps_avg": 62,
"entities_count": 115850,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286528373715994",
"domain": null,
"id": 11261129,
"ip": "103.91.211.151",
"port": 15641,
"query": 15642,
"color": 0,
"city": "Jinan",
"description": "\n欢迎各位~本服物资丰富,人性化程度极高,无需大量时间,适合上班族和萌新,QQ群:894085589 \r\n1.PVE模式, 玩家之间伤害无效。\r\n2.玩家自身和背包防盗,防止掠夺。\r\n3.提高野兽、僵尸、武直数量,增强PVE乐趣。\r\n4.传送、新手礼包、10倍废料,画板加载图片,彩色昵称。\r\n5.海量皮肤和自定义皮肤,无需购买。\r\n6.超级武直,突袭基地,武器合成,超级坦克",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780567468,
"last_online": 1780573230,
"icon": null,
"name": "低调/PVE/10倍废料/养老/死亡不掉/等级/强化",
"connect": "103.91.211.151:15641",
"request": "103.91.211.151:15642",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555219,
"last_update": 1780573230,
"banned": false,
"wipe": 1780279906,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4427,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11261129");
$data = json_decode($json, true);
var_dump($data);