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

text
https://api.gamemonitoring.ru/servers/12497113
json
{
  "response": {
    "dedicated": true,
    "gametype": "bf,r220,n152946,s1,i3,mf,lf,vf,dt,tzeus,g65545,hd45fd29e,f1,c-2147483648--2147483648,oCA,pw,e0,j3.40282e+38,k3.40282e+38,",
    "os": "w",
    "product": "Arma3",
    "region": -1,
    "steam_id": "90289448751100928",
    "domain": null,
    "id": 12497113,
    "ip": "99.232.70.130",
    "port": 2302,
    "query": 2303,
    "project_id": null,
    "color": 0,
    "city": "Whitby",
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1784771006,
    "last_online": 1784785800,
    "icon": null,
    "name": "76th 'Pantheon' Imperial Battalion Main Operation Server",
    "connect": "99.232.70.130:2302",
    "request": "99.232.70.130:2303",
    "map": "IslaPera",
    "gamemode": null,
    "version": "2.20.153973",
    "numplayers": 0,
    "maxplayers": 64,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1784724724,
    "last_update": 1784785800,
    "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": 756,
    "language": "en",
    "parked": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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