[EU/GR] RUSTILIANS™ X5 | WIPED 22.5 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 122,
"fps_avg": 123,
"entities_count": 87912,
"world_seed": 1689118901,
"world_size": 3700,
"steam_id": "90286184516624407",
"domain": null,
"id": 11500932,
"ip": "85.73.57.82",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Agía Paraskeví",
"description": "![[EU/GR] RUSTILIANS™ X5 | WIPED 22.5](https://i.ibb.co/DfY6GcVQ/IMG-0500.png)\n\r\n Welcome to RUSTILIANS™ X5 — EU/GR PvP Community Server\r\n \r\n• Active Admins – No abuse, no mercy (24/7 moderation)\r\n• PvP & Raiding Solo/Duo/Trio Friendly | Smooth performance (FPS+ latency optimized)\r\n• Focused | No Pay2Win | Balanced Loot System\r\n• 5x Gather, Loot & Stack Sizes | Enhanced Loot Tables\r\n• -50% Upkeep | Build smarter, raid harder\r\n• Daily Events, Patrols & Airdrops | Weekly Challenges\r\n• Map wipes every 15 days | BP wipes monthly\r\n• Report issues via /support or Discord Tickets\r\n• Strict anti-cheat | No scripts, exploits, ESP or macros\r\n• No racism, hate speech or harassment – Trash talk allowed\r\n• No spam or advertising other servers\r\n• Vote for the map & earn rewards\r\n• Join our Discord (External Website) for giveaways & updates\r\n• Chill but competitive community — Earn your respect, not your rank.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780553615,
"last_online": 1779689419,
"icon": null,
"name": "[EU/GR] RUSTILIANS™ X5 | WIPED 22.5",
"connect": "85.73.57.82:28015",
"request": "85.73.57.82:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207165,
"last_update": 1780553615,
"banned": false,
"wipe": 1779451749,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11139,
"language": "el",
"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/11500932");
$data = json_decode($json, true);
var_dump($data);