Rust
VOID.RUST | SOLO ONLY | BI-WEEKLY | NOOB FRIENDLY| CHILL | 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11305683json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 51179,
"world_seed": 1378267245,
"world_size": 3000,
"steam_id": "90283785468766239",
"domain": null,
"id": 11305683,
"ip": "91.229.114.137",
"port": 28039,
"query": 28041,
"color": 0,
"city": "Chicago",
"description": "\nVOID.RUST | JUST WIPED - 3/19/2026 [RS-08d0af90]\r\nFresh map, fresh start!\r\n\r\nACTIVE NON-PLAYING ADMINS 24/7\r\nDedicated staff online around the clock\r\nWe ONLY moderate - we do NOT play, raid or build.\r\n\r\nSTRICT ANTI-CHEAT POLICY\r\n• No VAC or Game Bans in last 180 days\r\n• Zero tolerance for hackers, exploiters or toxicity\r\n• Fast & fair bans - clean community guaranteed\r\n\r\nPREMIUM PHYSGUN HOSTING\r\n• High-performance hardware\r\n• Excellent FPS & low ping (NA optimized)\r\n• DDoS protected\r\n• 99.9% uptime\r\n\r\nFRIENDLY & FAIR COMMUNITY\r\n• Active & respectful players\r\n• Bi-Weekly map wipes\r\n• Regular events & giveaways\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\"https://discord.gg/bmbWNCBk (rules, support, wipes & events) Join us for a clean, well-moderated Rust experience! No drama, just good vibes.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775053893,
"score": 0,
"last_online": 1776856224,
"icon": null,
"name": "VOID.RUST | SOLO ONLY | BI-WEEKLY | NOOB FRIENDLY| CHILL |",
"connect": "91.229.114.137:28039",
"request": "91.229.114.137:28041",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2622",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592896,
"last_update": 1776856224,
"banned": false,
"wipe": 1773935495,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5200,
"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/11305683");
$data = json_decode($json, true);
var_dump($data);