Rust
RUSTIX EU | 10X Vanilla+ | Monthly | No BP Wipes | WIPE 2.4 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10459630json
{
"response": {
"fps": 28,
"fps_avg": 25,
"entities_count": 142500,
"world_seed": 1909812026,
"world_size": 4250,
"steam_id": "90284599203076102",
"domain": null,
"id": 10459630,
"ip": "31.30.71.203",
"port": 28115,
"query": 28117,
"color": 0,
"city": "Chrast",
"description": "\nWelcome to RUSTIX.gg\r\n \r\n • Vanilla+ Rust experience – close to official, just slightly improved\r\n • FULL WIPE – 2.4.2025\r\n • 10x gather, loot & scrap\r\n • 50% low upkeep\r\n • Map size: 4250\r\n • No pay-to-win features\r\n • Active administration\r\n • No BP wipes\r\n \r\n ✦ SERVER RULES ✦\r\n • No hacking, scripting or exploiting\r\n • No intentional bug abuse\r\n • No EAC / FP banned alternative accounts\r\n • No ban evading\r\n • No racism or hate speech\r\n • Respect admins and other players",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776502403,
"score": 0,
"last_online": 1776879625,
"icon": null,
"name": "RUSTIX EU | 10X Vanilla+ | Monthly | No BP Wipes | WIPE 2.4",
"connect": "31.30.71.203:28115",
"request": "31.30.71.203:28117",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1760474344,
"last_update": 1776879625,
"banned": false,
"wipe": 1775153929,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3976,
"language": "cs",
"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/10459630");
$data = json_decode($json, true);
var_dump($data);