Smokey Haze PVE | Skills | Weed | Raids | Events | Quests 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 123443,
"world_seed": 988495655,
"world_size": 4500,
"steam_id": "90286582376979457",
"domain": null,
"id": 7920822,
"ip": "90.250.9.49",
"port": 28015,
"query": 21009,
"color": 0,
"city": "Mossley Hill",
"description": "\nWelcome to the Smokey Haze PVE Server.\r\n Events:\r\n• Raidable Bases (easy,medium,hard,expert,nightmare)\r\n• NPC Raids (they will raid your base!)\r\n• Arctic Research Base\r\n• Harbour Event\r\n• Convoys (Armoured Vehicles and Tanks roam the roads)\r\n• Armoured Trains\r\n• Island Patrols (includes jets, helis, bradleys)\r\n\r\nAddons:\r\n• Backpack\r\n• Weed Farming\r\n• Custom Workbench (whole base coverage)\r\n• SkillTree (level up your character! skill boosts)\r\n• Chest Stacking\r\n• Clans (create clans and ally with others)\r\n• Custom AI (most monuments have custom ai)\r\n• TruePVE (no killing each other or looting bodies)\r\n• Buyable Tugboats (available at the fishing village)\r\n• Vehicle Radios\r\n• In-game Shop (buy sell items)\r\n\r\nPlaytime Unlocks:\r\n\r\nOur server is wiped monthly, along with blueprints, skills and bank balance.\r\nJoin the community discord to chat and make friends, suggest changes, report problems or just keep up-to-date with all the current changes.\r\n\r\nWe hope you have fun and enjoy your stay here!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780564232,
"icon": null,
"name": "Smokey Haze PVE | Skills | Weed | Raids | Events | Quests",
"connect": "90.250.9.49:28015",
"request": "90.250.9.49:21009",
"map": "Smokey Haze",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1740791949,
"last_update": 1780564232,
"banned": false,
"wipe": 1778177684,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2915,
"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/7920822");
$data = json_decode($json, true);
var_dump($data);