Ignor Rust X100000000000000 | PVP | FUN | FREE VIP | MAZE | TRA 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 234,
"fps_avg": 229,
"entities_count": 35352,
"world_seed": 1337,
"world_size": 2200,
"steam_id": "90286363115597854",
"domain": null,
"id": 11606604,
"ip": "46.174.49.98",
"port": 20700,
"query": 20701,
"color": 0,
"city": "Moscow",
"description": "\n- X10000000 СЕРВЕР С КУЧЕЙ КРУТЫX ПЛАГИНОВ \r\n - АДМИНЫ 24/7 В СЕТИ - КОМАНДЫ: /MYMINI /KIT /CHAT /TPR /SETHOME \r\n МАЛЕНЬКАЯ КАРТА ДЛЯ БЫСТРЫХ ФАЙТОВ \r\n - БЕСКОНЕЧНЫЕ ФАЙТЫ \r\n - МАЛЕНЬКИЕ КРИЧАЩИЕ ШКОЛЬНИКИ С КАЛАШАМИ \r\n - САМЫЙ ЛУЧШИЙ ЭКШЕН ТОЛЬКО ТУТ \r\n - САМЫЙ ЛУЧШИЙ х1000000000 СЕРВЕР 2026 ГОДА!!!! \r\n ВИПКИ НА 3 ДНЯ БЕСПЛАТНО ВСЕМ ПРИ ЗА ЗАXОДЕ",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779985425,
"last_online": 1780144221,
"icon": null,
"name": "Ignor Rust X100000000000000 | PVP | FUN | FREE VIP | MAZE | TRA",
"connect": "46.174.49.98:20700",
"request": "46.174.49.98:20701",
"map": "ignor rust custom",
"gamemode": "Survival",
"version": "2625",
"numplayers": 17,
"maxplayers": 999,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779915476,
"last_update": 1780144221,
"banned": false,
"wipe": 1779985408,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1977,
"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/11606604");
$data = json_decode($json, true);
var_dump($data);