【小企鹅PVE】10倍废/死亡不掉/抽奖礼包/打怪升� के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286528373524506",
"domain": null,
"id": 11305622,
"ip": "103.91.211.151",
"port": 30014,
"query": 30015,
"color": 0,
"city": "Jinan",
"description": "QQ群:639169638 \r\n1.PVE模式, 玩家之间无伤害。\r\n2.玩家背包防盗,防止掠夺。\r\n3.提高动物、僵尸、科学家数量,增强PVE乐趣。\r\n4.海量皮肤,无需购买。\r\n5.RPG模式,武器强化,boss挑战。\r\n6.超级武装直,突袭基地,超级坦克。",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780567468,
"last_online": 1780581645,
"icon": null,
"name": "【小企鹅PVE】10倍废/死亡不掉/抽奖礼包/打怪升�",
"connect": "103.91.211.151:30014",
"request": "103.91.211.151:30015",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592893,
"last_update": 1780581645,
"banned": false,
"wipe": 1780279910,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2272,
"language": "zh",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11305622");
$data = json_decode($json, true);
var_dump($data);