WolfGaming X10|Kits|NoBps|Wipe 17/05 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 171,
"fps_avg": 172,
"entities_count": 50379,
"world_seed": 1693865060,
"world_size": 3000,
"steam_id": "90285885823024129",
"domain": null,
"id": 11502418,
"ip": "51.81.49.210",
"port": 25943,
"query": 19210,
"color": 0,
"city": "Reston",
"description": "\n•Heavily boosted loot with nonstop PVP & raiding\r\n•Spawn a Mini Copter anytime using /mymini\r\n•10x Gathering & Resources\r\n•No BPs & Instant Craft\r\n•Clans, Auth Share & Teleport\r\n•Heavily boosted loot with nonstop PVP & raiding\r\n•Spawn a Mini Copter anytime using /mymini\r\n•10x Gathering & Resources\r\n•No BPs & Instant Craft\r\n•Everyone has access to Upgrade, Auto Doors & Remove",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207200,
"last_online": 1779260419,
"icon": null,
"name": "WolfGaming X10|Kits|NoBps|Wipe 17/05",
"connect": "51.81.49.210:25943",
"request": "51.81.49.210:19210",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207200,
"last_update": 1779260419,
"banned": false,
"wipe": 1779048132,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5074,
"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/11502418");
$data = json_decode($json, true);
var_dump($data);