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

text
https://api.gamemonitoring.ru/servers/13686042
json
{
  "response": {
    "os": "l",
    "region": -1,
    "product": "cs2",
    "gametype": "!,fun,bhop,escape,64,n4a,ru,rus,mos,moscow,msk,net4all,ekb,russia,net4all.ru,secure,ski,spb,skins,vip,z,ze,zm,zombie,zombies,zr",
    "dedicated": true,
    "steam_id": "85568392933894870",
    "domain": null,
    "id": 13686042,
    "ip": "185.200.241.83",
    "port": 57979,
    "query": 57979,
    "project_id": null,
    "color": 0,
    "city": "St Petersburg",
    "description": null,
    "game": 730,
    "owner": null,
    "boosts": 1,
    "last_offline": 1786597933,
    "last_online": 1786597800,
    "icon": null,
    "name": "🟢ЗОМБАРИКИ.{ПОБЕГ}.[!shop|!ws|!knife]",
    "connect": "185.200.241.83:57979",
    "request": "185.200.241.83:57979",
    "map": "ze_obj_ouroboros_aurora",
    "gamemode": null,
    "version": "1.41.7.5",
    "numplayers": 0,
    "maxplayers": 64,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1786597933,
    "last_update": 1786597800,
    "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": 7950,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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