LUMA RUST [X5/X10|TP|Remove|RPG] 24.05 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 111,
"fps_avg": 110,
"entities_count": 135291,
"world_seed": 1337,
"world_size": 3800,
"steam_id": "90286399199393798",
"domain": null,
"id": 11093089,
"ip": "212.22.93.44",
"port": 28014,
"query": 28015,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![LUMA RUST [X5/X10|TP|Remove|RPG] 24.05](https://gspics.org/images/2026/05/24/ID8RNR.md.png)\nОграничение игроков в одной команде - нет. \r\n \r\n - Рейты на добычу ресурсов х5 - х10 \r\n - Полный и бесплатный доступ к /skin \r\n - Уникальный привилегии \r\n Вайпы: Пятница, 17:00 \r\n - Улучшенный лут с бочек/ящиков \r\n Автосортировка печей \r\n - Система репортов на игроков \r\n \r\n Магазин сервера - lumarust.gamestores.app/ \r\n Группу ВК - vk.com/luma_rust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780928014,
"last_online": 1780140622,
"icon": null,
"name": "LUMA RUST [X5/X10|TP|Remove|RPG] 24.05",
"connect": "212.22.93.44:28014",
"request": "212.22.93.44:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770027737,
"last_update": 1780928014,
"banned": false,
"wipe": 1780139912,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9889,
"language": "ru",
"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/11093089");
$data = json_decode($json, true);
var_dump($data);