Rust
Reforged Hybrid PVE/PVP Zones | Zombies | Events 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10571337json
{
"response": {
"fps": 8,
"fps_avg": 8,
"entities_count": 299874,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90284396688905240",
"domain": null,
"id": 10571337,
"ip": "104.243.37.163",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Piscataway",
"description": "\nHybrid PvE built for builders, farmers, and strategists.\r\nFair, opt-in PvP — challenge when *you* choose.\r\nFarm to your heart’s content, or square up in designated PvP zones.\r\nA world designed for chill progression *and* high-skill duels.\r\nDynamic Zombie Hordes & Monument Swarms keep PvE exciting.\r\nSkill Tree progression that actually feels rewarding.\r\nArenas: FFA, TDM, GunGame & rotating events every wipe.\r\n\r\n48h Raid Protection After Logout\r\nClans, Teams & Group Systems\r\nQuests, Missions & Daily Rewards\r\nKits (Progression + QoL)\r\nVehicles, Fuel QoL & Minicopter support\r\nBackpacks + Increased Item Stacks\r\nSkinBox + TP/Home + Rewards Store\r\nServer Convoys & PvE Encounters\r\nPersonal Recyclers\r\nCustom Shops, Quarries & Vendors\r\nFresh Monthly Wipes\r\n48-Hour Purge Before Wipe\r\nFree VIP Trial Every Wipe\r\nNo Toxicity — Instant Bans for Clowns\r\n\r\nPvE Raid Bases\r\nOptimized Performance — Low Ping, High FPS\r\nActive, Transparent Staff\r\nPowered by Reforged Infrastructure",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776244313,
"score": 0,
"last_online": 1776295211,
"icon": null,
"name": "Reforged Hybrid PVE/PVP Zones | Zombies | Events",
"connect": "104.243.37.163:28015",
"request": "104.243.37.163:28017",
"map": "ReforgeRust.com",
"gamemode": "Survival",
"version": "2623",
"numplayers": 55,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 79,
"add_date": 1762847049,
"last_update": 1776295211,
"banned": false,
"wipe": 1775137011,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 418,
"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/10571337");
$data = json_decode($json, true);
var_dump($data);