API для [ MINI-GAMES ] HORIZON RUST | X2 | NOLIMIT | WIPE 01.06
JSON для программ, сайтов и прочего
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 203,
"fps_avg": 201,
"entities_count": 37782,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90286667071004699",
"domain": null,
"id": 11416312,
"ip": "144.31.107.84",
"port": 10028,
"query": 10029,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![[ MINI-GAMES ] HORIZON RUST | X2 | NOLIMIT | WIPE 01.06](https://s10.iimage.su/s/23/th_gFVd7cFx9wrzG3AdlyKszzgzsZhhyAkeXIDUuNW2H.png)\nПервый Деблог сервер с Мини играми \r\n Популярная минни игра из Тик Тока - счастливые столбы \r\n и еще куча всего ты найдешь у нас \r\n так же в скорор времени мы планируем добавить гонку вооружений ! \r\n Магические карты - Система боевого пропуска уникальные киты и т.д",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780739666,
"last_online": 1780794627,
"icon": null,
"name": "[ MINI-GAMES ] HORIZON RUST | X2 | NOLIMIT | WIPE 01.06",
"connect": "144.31.107.84:10028",
"request": "144.31.107.84:10029",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2388",
"numplayers": 2,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774599350,
"last_update": 1780794627,
"banned": false,
"wipe": 1780739950,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4612,
"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.ru/servers/11416312");
$data = json_decode($json, true);
var_dump($data);