[US] RustValley 2x PVE+ |Legendary Weapons| Raidable Bases| 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 61,
"fps_avg": 71,
"entities_count": 170329,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286590882100252",
"domain": null,
"id": 10228020,
"ip": "191.96.152.244",
"port": 10000,
"query": 9000,
"color": 0,
"city": "Chicago",
"description": "![[US] RustValley 2x PVE+ |Legendary Weapons| Raidable Bases|](https://i.ibb.co/zLcpGM0/Untitled-Project-Artboard-2-1.png)\n[EU] New RustValley | PVE+ | Legendary Weapons | Raidable Bases | SKILLS \r\n\r\nFeatures: \r\n✯ VIRTUAL QUARRIES /vq\r\n✯ LEGENDARY WEAPONS\r\n✯ CASINO /casino\r\n✯ RAIDABLE BASES\r\n✯ SKILL TREE\r\n✯ /SHOP TO BUY ITEMS\r\n✯EPIC LOOT /el",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780571070,
"last_online": 1780590028,
"icon": null,
"name": "[US] RustValley 2x PVE+ |Legendary Weapons| Raidable Bases|",
"connect": "191.96.152.244:10000",
"request": "191.96.152.244:9000",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 9,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1756763417,
"last_update": 1780590028,
"banned": false,
"wipe": 1779388970,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 853,
"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/10228020");
$data = json_decode($json, true);
var_dump($data);