Rust
EU/NL |Rusty Smokers PVP| 30x&3x/Offline Raid Protection/SkinBo 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/475498json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 166247,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285647199377426",
"domain": null,
"id": 475498,
"ip": "77.162.231.58",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Almere Stad",
"description": "\nMap Info.\r\n\r\nCustom Outpost/Bandit combi,you can buy here horses and heli on the roof.\r\nOutpost/Bandit has also large furnaces and all levels workbenches.\r\nCustom Gas Station.\r\nCustom Super Market.\r\nCustom Mining Outpost.\r\nCustom fishing/stables combi with drone marketplace.\r\n3 Call of Duty monuments.\r\nCustom Caves.\r\nCustom underwater Caves.\r\nRecyclers on all the monuments and 3x faster.\r\nAirfield with Bradley.\r\nCan place Mining Quarry and Pumping Jack with the Survey Charge.\r\n\r\n\r\nServer Features.\r\n\r\n30x&3x.\r\nOffline Raid Protection.\r\nNo Turret Limit.\r\nVehicle Licence.\r\nGanja.\r\nCustom Events.\r\nUltimate Leaderboard.\r\nSkinBox.\r\nSubmersible Pump.\r\nVehicle Decay and Code Lock Protection.\r\nSign Artist.\r\nRemover Tool.\r\nExtende Recycler.\r\nRaidable Bases.\r\nBig Stacksize.\r\nCan place Big Furnace and Oil Refinery inside your base.\r\nEnhanced Hammer.\r\nQuick Smelt.\r\nSoundBox.\r\nBackpacks.\r\nInstant Craft.\r\nNo Building Limit.\r\nLoot Bouncher.\r\nWater Bases.\r\nTrain Bases.\r\nDeployable Zipline.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778558581,
"score": null,
"last_online": 1778634015,
"icon": null,
"name": "EU/NL |Rusty Smokers PVP| 30x&3x/Offline Raid Protection/SkinBo",
"connect": "77.162.231.58:28015",
"request": "77.162.231.58:28016",
"map": "Rusty Smokers 4.5K PVP",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1634303308,
"last_update": 1778634015,
"banned": false,
"wipe": 1778176389,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 810,
"language": "nl",
"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/475498");
$data = json_decode($json, true);
var_dump($data);