Rust
[EU] WizzRust.com 1x Solo Only | Noob Friendly | Wiped 02/04 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/4688749json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 132512,
"world_seed": 1,
"world_size": 3400,
"steam_id": "90284508145123337",
"domain": null,
"id": 4688749,
"ip": "195.60.166.229",
"port": 28015,
"query": 28017,
"color": 0,
"city": "City of London",
"description": "![[EU] WizzRust.com 1x Solo Only | Noob Friendly | Wiped 02/04](https://i.postimg.cc/g29QYtwt/Wizz-Rust-Solo-Server-Banner.jpg)\nWelcome to WizzRust 1x Vanilla Monthly Solo!\r\n!! Read our rules on the Discord server before you play !!\r\nMonthly Map Wipes - No BP Wipes\r\nNext Map Wipe: Thursday 23rd April 2026 @ 19:00 UK Time\r\n\r\nMain Server Features:\r\n- Custom Anticheat\r\n- Max 1 Team Limit\r\n- 1x Vanilla Stack Sizes\r\n- 1x Vanilla Gather Rates\r\n\r\nQuality of Life Features:\r\n- Max 2 raids in a 48 hour period\r\n- 50% Less Upkeep Cost\r\n- Combined Outpost & Bandit\r\n- Drone Marketplace & Recyclers at Fishing Villages\r\n- Max 24 Turrets in 40m Radius\r\n- Increased Node Respawn Times\r\n- Decreased Minicopter Decay in TC Range\r\n- Non-P2W Supporter Perks\r\n\r\nDiscord: discord.gg/WizzRust\r\nRestarts daily at 8am UK Time for increased server performance",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690523,
"score": 0,
"last_online": 1776376218,
"icon": null,
"name": "[EU] WizzRust.com 1x Solo Only | Noob Friendly | Wiped 02/04",
"connect": "195.60.166.229:28015",
"request": "195.60.166.229:28017",
"map": "WizzRust FPS+",
"gamemode": "Survival",
"version": "2623",
"numplayers": 9,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1717758458,
"last_update": 1776376218,
"banned": false,
"wipe": 1775151822,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 693,
"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/4688749");
$data = json_decode($json, true);
var_dump($data);