JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/11491960
json
{
  "response": {
    "steam_id": "85568392936253865",
    "domain": null,
    "id": 11491960,
    "ip": "65.21.84.112",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Helsinki",
    "description": null,
    "game": 304930,
    "owner": 192528,
    "boosts": 1,
    "last_offline": 1778074340,
    "score": 0,
    "last_online": 1778091021,
    "icon": null,
    "name": "Lumi Network [TPA | Kits | Semi-Vanilla]",
    "connect": "65.21.84.112:27015",
    "request": "65.21.84.112:27015",
    "map": "California2",
    "gamemode": "TPA | Kit start | Semi-Vanilla [RU/EN/DE]",
    "version": "3.26.3.1",
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1777825719,
    "last_update": 1778091021,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 27,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned"
    },
    "server_owner": {
      "username": "dhcpcd",
      "avatar": "no.jpg",
      "last_online": 1777866426
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11491960");
$data = json_decode($json, true);
var_dump($data);