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

text
https://api.gamemonitoring.ru/servers/10523068
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10523068,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": null,
    "game": 240,
    "owner": 143803,
    "boosts": 1,
    "last_offline": 1764309653,
    "score": 0,
    "last_online": 1763434212,
    "icon": null,
    "name": "APOFIG_HOST__PUBLIC__MSK",
    "connect": null,
    "request": null,
    "map": "$2000$",
    "gamemode": "Counter-Strike: Source",
    "version": null,
    "numplayers": 0,
    "maxplayers": 23,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1762144977,
    "last_update": 1764309653,
    "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": 1947,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 5,
      "steam_id": 240,
      "name": "Counter-Strike: Source",
      "url": "counter-strike-source"
    },
    "server_owner": {
      "username": "bvk781",
      "avatar": "no.jpg",
      "last_online": 1763434547
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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