Rust
[EU/CZ] ParadiseVanilla | Beginners | Začátečníci | MAX 4 | 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/9833809json
{
"response": {
"fps": 95,
"fps_avg": 94,
"entities_count": 75542,
"world_seed": 65624300,
"world_size": 3400,
"steam_id": "90284791810655232",
"domain": null,
"id": 9833809,
"ip": "185.180.2.108",
"port": 28315,
"query": 27315,
"color": 0,
"city": "Prague",
"description": "![[EU/CZ] ParadiseVanilla | Beginners | Začátečníci | MAX 4 |](https://share.paradiserust.eu/private/pvp/Serverbanner.png)\nVítejte na Paradiserust.eu \r\n- Vanilla, žádné modifikace, žádné pluginy.\r\n\r\n• Další WIPE: 02.04.2026 20:00 (ForceWipe).\r\n• Map size: 3400\r\n\r\nPravidla:\r\n1.) • Raid zákaz od 00:00 do 13:00.\r\n2.) • Group limit: 4\r\n3.) • Max hodin: 14 000 na celý team.\r\n4.) • Zákaz raidu den wipu.\r\n5.) • Zákaz griefování cizí base/mimo RAID base.\r\n6.) • Zákaz hraní s VPN (Geforce Now - Povoleno).\r\n\r\nPro více pravidel navštivte www.paradiserust.eu. \r\nVaší poviností je znát pravidla serveru a podle toho se chovat. \r\n\r\n--------------------------------------------------------------------- \r\n\r\nWelcome to Paradiserust.eu\r\n- Vanilla, no modifications, no plugins.\r\n\r\n• Next WIPE: 02.04.2026 20:00 (Force Wipe).\r\n• Map size: 3400\r\n\r\nRules:\r\n1.) • Raiding is not allowed from 00:00 to 13:00(UTC).\r\n2.) • Group limit: 4\r\n3.) • Max hours: 14 000 per entire team.\r\n4.) • Raiding is prohibited on wipe day.\r\n5.) • Griefing other players bases/outside RAID bases is prohibited.\r\n6.) • Using VPN is prohibited (Geforce Now – Allowed).\r\n\r\nFor more rules, visit www.paradiserust.eu.\r\nIt is your responsibility to know the server rules and follow them.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776441810,
"score": 0,
"last_online": 1776879620,
"icon": null,
"name": "[EU/CZ] ParadiseVanilla | Beginners | Začátečníci | MAX 4 |",
"connect": "185.180.2.108:28315",
"request": "185.180.2.108:27315",
"map": "Paradise Map / 3400 / MAX 4",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1752959131,
"last_update": 1776879620,
"banned": false,
"wipe": 1776441775,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1824,
"language": "cs",
"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/9833809");
$data = json_decode($json, true);
var_dump($data);