[NA] Frostbite Rust | Vanilla | Weekly | Active Admins 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 229,
"fps_avg": 229,
"entities_count": 67367,
"world_seed": 27645,
"world_size": 3500,
"steam_id": "90286582381576198",
"domain": null,
"id": 11744671,
"ip": "135.148.134.60",
"port": 27061,
"query": 27062,
"color": 0,
"city": "Hudson",
"description": "![[NA] Frostbite Rust | Vanilla | Weekly | Active Admins](https://imgur.com/s3GHf3R)\nWelcome to Frostbite Rust!\r\n\r\nA pure, unadulterated vanilla survival experience. We provide the authentic, high-stakes Rust progression you love, backed by world-class active administration to ensure a fair playing field for everyone.\r\n\r\n[ SERVER DETAILS ]\r\n• Gameplay: 100% Strict Vanilla Progression\r\n• Group Limit: Unrestricted / Max Main\r\n• Framework: High-performance modern engine\r\n\r\n[ SERVER RULES ]\r\n1. No cheating, scripting, or exploiting.\r\n2. Active, non-playing admins spectating 24/7.\r\n3. Advanced server-side anti-cheat and exploit detection strictly enforced.\r\n4. Stream sniping is strictly prohibited and will result in an immediate ban.\r\n5. VPN/Proxy connections are automatically blocked.\r\n6. Toxicity, racism, and severe griefing will result in an immediate permanent ban.\r\n\r\n[ COMMUNITY & WIPES ]\r\nJoin our Discord community to view our wipe schedule, link your in-game chat, report suspicious players, or read the latest patch notes!\r\n\r\nDiscord Link: https://discord.frostbiterust.com\r\n\r\nHosted on Shockbyte",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780518718,
"last_online": 1780594230,
"icon": null,
"name": "[NA] Frostbite Rust | Vanilla | Weekly | Active Admins",
"connect": "135.148.134.60:27061",
"request": "135.148.134.60:27062",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780518718,
"last_update": 1780594230,
"banned": false,
"wipe": 1779979867,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5807,
"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/11744671");
$data = json_decode($json, true);
var_dump($data);