xRust Romania Vanilla+ [EU/RO] 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 224,
"fps_avg": 227,
"entities_count": 110851,
"world_seed": 1513157788,
"world_size": 4500,
"steam_id": "90286610833074183",
"domain": null,
"id": 11717819,
"ip": "188.40.110.164",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "![xRust Romania Vanilla+ [EU/RO]](https://www.xrust.ro/xrustheaderwar.png)\n[RO]\r\n • Bine ai venit pe xRust Romania – Vanilla+ – locul unde supraviețuirea devine o adevărată provocare!\r\n • Server dedicat jocului Rust, optimizat pentru performanță și gameplay echilibrat.\r\n • Server International – jucatori din toata lumea sunt bineveniti!\r\n • PvP activ, raiduri intense și competiție reală.\r\n • Build stabil și protecții anti-cheat.\r\n • Wipe lunar in prima zi de joi din fiecare luna, pentru un start fresh și șanse egale pentru toți jucătorii.\r\n • Hartă Procedural – size 4500, perfectă pentru explorare, baze impunătoare și lupte epice.\r\n • Evenimente și recompense pentru cei activi.\r\n • Comunitate activă și staff prietenos.\r\n • Wipe in prima zi de joi a fiecarei luni.\r\n \r\n \r\n [EN]\r\n • Welcome to xRust Romania – Vanilla+ - where survival becomes a real challenge!\r\n • International server – all players are welcome!\r\n • Dedicated Rust server, optimized for performance and balanced gameplay.\r\n • Active PvP, intense raids, and real competition.\r\n • Stable building system and anti-cheat protections.\r\n • Monthly wipe – of first Thursday on every month, giving everyone a fresh start and equal chances.\r\n • Large map – size 4500, perfect for exploration, massive bases, and epic battles.\r\n • Events and rewards for active players.\r\n • Active community and friendly staff.\r\n • Wipe monthly on first Thursday from every month.\r\n \r\n \r\n Web: https://www.xrust.ro\r\n Connect: connect play.xrust.ro\r\n Leaderboards: https://www.xrust.ro/extstats.php\r\n Discord: https://discord.com/invite/NXqPkbp",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780608257,
"last_online": 1780636233,
"icon": null,
"name": "xRust Romania Vanilla+ [EU/RO]",
"connect": "188.40.110.164:28015",
"request": "188.40.110.164:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780324073,
"last_update": 1780636233,
"banned": false,
"wipe": 1780608710,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5578,
"language": "de",
"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/11717819");
$data = json_decode($json, true);
var_dump($data);