https://api.gamemonitoring.ru/servers/11488172
{ "response": { "steam_id": 0, "domain": null, "id": 11488172, "ip": "193.164.16.239", "port": 7777, "query": 7777, "color": 0, "city": "Moscow", "description": null, "game": 700330, "owner": null, "boosts": 1, "last_offline": 1779536611, "last_online": 1779826262, "icon": null, "name": "[RUS] Atlantis (Атлaнтис) - No Rules #1\n Бесконечная выносливость │ Бесконечные патроны │ Гранатомет │ Увеличенная скорость │ Соник │ Случайный бонус вначале раунда │ Аномалия «Усмиритель» │ .swap (Изменить свой класс) │ Будущие обновления: SCP-1873 │ Мо", "connect": "193.164.16.239:7777", "request": "193.164.16.239:7777", "map": "Facility", "gamemode": "SCP: Secret Laboratory", "version": "14.2.6", "numplayers": 0, "maxplayers": 45, "bots": 0, "secured": false, "private": false, "country": "RU", "status": true, "votes": 0, "points": 30, "add_date": 1775313665, "last_update": 1779826262, "banned": false, "wipe": null, "official": null, "wipe_period": null, "next_wipe": null, "pve": null, "pvp": null, "list_hidden": false, "hide_address": false, "hide_query": false, "position_game": 25, "language": "ru", "parked": false, "app": { "id": 18576, "steam_id": 700330, "name": "SCP: Secret Laboratory", "url": "scp-secret-laboratory" }, "server_owner": null, "mods": [], "disabled_modules": [] } }
<?php $json = file_get_contents("https://api.gamemonitoring.ru/servers/11488172"); $data = json_decode($json, true); var_dump($data);