GoodWibes PVE |EU|No Decay|No Killing|NoRaid|2XLoot| 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 20,
"fps_avg": 20,
"entities_count": 121883,
"world_seed": 187569465,
"world_size": 3700,
"steam_id": "90286589761394713",
"domain": null,
"id": 11260110,
"ip": "116.202.52.49",
"port": 41404,
"query": 41406,
"color": 0,
"city": "Falkenstein",
"description": "\nGoodWibes PVE | Friendly PvE server focused on clean progression, quality of life, events, and long-term building. [ Progression ] Boosted loot, boosted smelting, faster farming, and improved mining. [ PvE Content ] Raidable Bases, Heli Signals, Vehicle Airdrops, events, and special rewards. [ Quality of Life ] Backpacks, homes, teleporting, remover tool, item skins, sorting, safe trading, no decay, and more. [ Economy ] Earn net worth by selling items in /shop, then buy vehicles, special items, airdrops, and useful upgrades. [ Industrial & Building ] Industrial support, mining upgrades, clean building rules, and protected PvE gameplay. Join GoodWibes PVE, progress your way, support the community, and enjoy a relaxed Rust experience.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780063424,
"last_online": 1780569033,
"icon": null,
"name": "GoodWibes PVE |EU|No Decay|No Killing|NoRaid|2XLoot|",
"connect": "116.202.52.49:41404",
"request": "116.202.52.49:41406",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555187,
"last_update": 1780569033,
"banned": false,
"wipe": 1778241637,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4288,
"language": "de",
"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/11260110");
$data = json_decode($json, true);
var_dump($data);