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

text
https://api.gamemonitoring.ru/servers/12435346
json
{
  "response": {
    "os": "l",
    "region": -1,
    "product": "Unturned",
    "gametype": "PVP,CHy,EZY,2Pp,WSy,F2P,BEy,<tn>https://jonhosting.com/ico/13.png</tn>,<net>sns</net>,<pf>rm</pf>",
    "dedicated": true,
    "steam_id": "85568392924622736",
    "domain": null,
    "id": 12435346,
    "ip": "185.184.95.40",
    "port": 27033,
    "query": 27033,
    "project_id": null,
    "color": 0,
    "city": "Flen",
    "description": null,
    "game": 304930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1786618597,
    "last_online": 1786680000,
    "icon": "https://jonhosting.com/ico/13_.jpg",
    "name": "Tales Of Terror Revived",
    "connect": "185.184.95.40:27033",
    "request": "185.184.95.40:27033",
    "map": "Tales of Terror",
    "gamemode": "Star wars | welcome share",
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1784664768,
    "last_update": 1786680000,
    "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": 1520,
    "language": "sv",
    "parked": false,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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