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

text
https://api.gamemonitoring.ru/servers/13864050
json
{
  "response": {
    "os": "w",
    "region": -1,
    "product": "Ground Branch",
    "gametype": "/Compound/Compound_TerroristHunt",
    "dedicated": true,
    "steam_id": "90291282012399624",
    "domain": null,
    "id": 13864050,
    "ip": "179.135.64.192",
    "port": 8738,
    "query": 28216,
    "project_id": null,
    "color": 0,
    "city": "Guarulhos",
    "description": null,
    "game": 16900,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787729722,
    "last_online": 1787239488,
    "icon": null,
    "name": "AMERICA LATINA  BRASIL",
    "connect": "179.135.64.192:8738",
    "request": "179.135.64.192:28216",
    "map": "nv1021421",
    "gamemode": null,
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "BR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1787233121,
    "last_update": 1787729722,
    "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": 115,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 49744,
      "steam_id": 16900,
      "name": "GROUND BRANCH",
      "url": "ground-branch"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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