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

text
https://api.gamemonitoring.ru/servers/12267134
json
{
  "response": {
    "dedicated": false,
    "gametype": "BUILDID:0,OWNINGID:76561198061012808,OWNINGNAME:Freezer Roebuck,SESSIONFLAGS:512",
    "os": "w",
    "product": "unrealdk",
    "region": -1,
    "steam_id": "90288763836448795",
    "domain": null,
    "id": 12267134,
    "ip": "209.35.92.144",
    "port": 7777,
    "query": 27015,
    "project_id": null,
    "color": 0,
    "city": "Manchester",
    "description": null,
    "game": 1378990,
    "owner": null,
    "boosts": 1,
    "last_offline": 1784014350,
    "last_online": 1783882445,
    "icon": null,
    "name": "Freezer Roebuck",
    "connect": "209.35.92.144:7777",
    "request": "209.35.92.144:27015",
    "map": null,
    "gamemode": null,
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 0,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1783881230,
    "last_update": 1784014350,
    "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": 1343,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1611530,
      "steam_id": 1378990,
      "name": "Crash Bandicoot 4: It’s About Time",
      "url": "crash-bandicoot-4-it-s-about-time"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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