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

text
https://api.gamemonitoring.ru/servers/16282857
json
{
  "response": {
    "os": "l",
    "region": -1,
    "product": "Arma3",
    "gametype": "bf,r222,n0,s7,i1,mf,lf,vf,df,tapex,g65545,h6d44b75a,f0,c-2147483648--2147483648,oAT,pw,e15,j0,k0,",
    "dedicated": false,
    "steam_id": "90292702739496988",
    "domain": null,
    "id": 16282857,
    "ip": "193.151.62.15",
    "port": 2302,
    "query": 2303,
    "project_id": null,
    "color": 0,
    "city": "Pfaffstätt",
    "description": null,
    "game": 107410,
    "boosts": 1,
    "last_offline": 1789391518,
    "last_online": 1789326680,
    "icon": null,
    "name": "Pyro on pyro-nobara-pc",
    "connect": "193.151.62.15:2302",
    "request": "193.151.62.15:2303",
    "map": "tanoa",
    "gamemode": null,
    "version": "2.22.154045",
    "numplayers": 0,
    "maxplayers": 4,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "AT",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1789322595,
    "last_update": 1789391518,
    "ban_reason": null,
    "banned": false,
    "hidden": 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": 6479,
    "language": "de",
    "parked": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3"
    },
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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