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

text
https://api.gamemonitoring.ru/servers/13352440
json
{
  "response": {
    "os": "w",
    "region": -1,
    "product": "Icarus",
    "gametype": "BUILDID:0,OWNINGID:90291068731772934,OWNINGNAME:ICARUS K1,SESSIONFLAGS:683,P_s:_Tachyoto,G_s:3.0.23.155919-x-x",
    "dedicated": true,
    "steam_id": "90291068731772934",
    "domain": null,
    "id": 13352440,
    "ip": "125.63.8.15",
    "port": 17777,
    "query": 27015,
    "project_id": null,
    "color": 0,
    "city": "Melbourne",
    "description": null,
    "game": 1149460,
    "owner": null,
    "boosts": 1,
    "last_offline": 1786989565,
    "last_online": 1786960989,
    "icon": null,
    "name": "ICARUS K1",
    "connect": "125.63.8.15:17777",
    "request": "125.63.8.15:27015",
    "map": null,
    "gamemode": null,
    "version": "0.0.0.1",
    "numplayers": 0,
    "maxplayers": 4,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "AU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1785879883,
    "last_update": 1786989565,
    "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": 9357,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1600891,
      "steam_id": 1149460,
      "name": "Icarus",
      "url": "icarus"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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