[NL/UK] The Unforgiven X5 [Raidable Bases - Convoy - airfield 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 152,
"fps_avg": 151,
"entities_count": 125588,
"world_seed": 2147483647,
"world_size": 4500,
"steam_id": "90286738324668435",
"domain": null,
"id": 11501757,
"ip": "51.195.231.205",
"port": 28080,
"query": 28015,
"project_id": null,
"color": 0,
"city": "Rochester",
"description": "![[NL/UK] The Unforgiven X5 [Raidable Bases - Convoy - airfield ](https://scontent-amt2-1.xx.fbcdn.net/v/t1.18169-9/18767668_434163576954269_9065395225438062122_n.jpg?stp=cp0_dst-jpg_e15_p320x320_q65&_nc_cat=102&ccb=1-5&_nc_sid=85a577&_nc_ohc=Tufl-kUr7dIAX_blYmf&_nc_ht=scontent-amt2-1.xx&oh=00_AT8hh6BMMqbGfqf4zJ_Nu9hxADjqRFqcs2t-rTJ-ZgltTA&oe=6251F751)\nModded server with level 1 bp unlocked for all and the following plugins\r\n lowered upkeep \r\n Raidable Bases \r\n Convoy \r\n airfield event \r\n Harborevent \r\n stackmanager for bigger tc stacks \r\n Betterloot \r\n auto lights without the use off low grade\r\n No vehicle collision damage \r\n Build Grades /up1-4 \r\n BGrade /Bgrade 1-4 \r\n cargo plane crash random loot drops on the map \r\n Preferred enviroment lets you adjust day and night time",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780890250,
"last_online": 1781336426,
"icon": null,
"name": "[NL/UK] The Unforgiven X5 [Raidable Bases - Convoy - airfield",
"connect": "51.195.231.205:28080",
"request": "51.195.231.205:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2616",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207180,
"last_update": 1781336426,
"banned": false,
"wipe": 1765829419,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4770,
"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/11501757");
$data = json_decode($json, true);
var_dump($data);