The Fall US PVE 5x[Events|Raid|Quests|Zombies|SkillTree] 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 70,
"fps_avg": 70,
"entities_count": 46523,
"world_seed": 21510995,
"world_size": 4000,
"steam_id": "90286588509437967",
"domain": null,
"id": 8972817,
"ip": "92.118.19.40",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Dallas",
"description": "![The Fall US PVE 5x[Events|Raid|Quests|Zombies|SkillTree]](https://i.imgur.com/KSp9wJe.jpg)\nSurvive and Thrive in The Fall\r\n- 5x Boosted Loot | Massive 10k+ Stacks\r\n QoL: Store | Instant Smelt & Fast Craft\r\n- Dynamic Events: Convoys, Patrol Helicopter, Quests, Raidable Bases, Guarded Crates, Dangerous Treasure Hunts\r\n- Thriving Player-Driven Economy — Build, Trade, and Conquer!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780594230,
"icon": null,
"name": "The Fall US PVE 5x[Events|Raid|Quests|Zombies|SkillTree]",
"connect": "92.118.19.40:28025",
"request": "92.118.19.40:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1746793927,
"last_update": 1780594230,
"banned": false,
"wipe": 1779386834,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1481,
"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/8972817");
$data = json_decode($json, true);
var_dump($data);