Renegades PVE [Monthly] | 5X Gather | Clans | Skill Tree | Ques 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 105,
"fps_avg": 102,
"entities_count": 114076,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286553554499586",
"domain": null,
"id": 11607369,
"ip": "136.175.187.80",
"port": 28025,
"query": 28027,
"color": 0,
"city": "Dallas",
"description": "![Renegades PVE [Monthly] | 5X Gather | Clans | Skill Tree | Ques](https://images2.imgbox.com/38/6a/2VWNfCR9_o.png)\nRenegades PVE \r\n\r\nWipes Monthly @ 12PM MST (force wipe) \r\nbeginner friendly! \r\n\r\nServer Modifiers: \r\n| guarded monuments \r\n| bosses \r\n| backpacks \r\n| chest stacks \r\n| clans \r\n| dungeons \r\n| events \r\n| furnace splitter \r\n| kits \r\n| mini heli \r\n| perks shop \r\n| quests \r\n| raid bases \r\n| remover tool \r\n| item shop \r\n| sign artist \r\n| skills \r\n| skinner \r\n| swimming horses \r\n| teleport \r\n| purge \r\nand more",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780484644,
"last_online": 1780551634,
"icon": null,
"name": "Renegades PVE [Monthly] | 5X Gather | Clans | Skill Tree | Ques",
"connect": "136.175.187.80:28025",
"request": "136.175.187.80:28027",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915503,
"last_update": 1780551634,
"banned": false,
"wipe": 1778183275,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5586,
"language": "en",
"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.cn/servers/11607369");
$data = json_decode($json, true);
var_dump($data);