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

text
https://api.gamemonitoring.ru/servers/13673333
json
{
  "response": {
    "steam_id": "90290659935887378",
    "domain": null,
    "id": 13673333,
    "ip": "151.42.38.159",
    "port": 2402,
    "query": 2403,
    "project_id": null,
    "color": 0,
    "city": "Modena",
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1786536832,
    "last_online": 1786545273,
    "icon": null,
    "name": "[BSM] Brigata Leoni di San Marco Liberation",
    "connect": "151.42.38.159:2402",
    "request": "151.42.38.159:2403",
    "map": null,
    "gamemode": "Waiting",
    "version": "2.22.153995",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "IT",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1786536832,
    "last_update": 1786545273,
    "ban_reason": null,
    "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": 3999,
    "language": "it",
    "parked": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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