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

text
https://api.gamemonitoring.ru/servers/12335640
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 12335640,
    "ip": "176.215.0.2",
    "port": 26500,
    "query": 27015,
    "project_id": 154,
    "color": 0,
    "city": "Екатеринбург",
    "description": null,
    "game": 10,
    "owner": 131994,
    "boosts": 1,
    "last_offline": 1788333581,
    "last_online": 1788709516,
    "icon": null,
    "name": "Quant Core Community",
    "connect": "176.215.0.2:26500",
    "request": "176.215.0.2:27015",
    "map": "cs_office",
    "gamemode": "Counter-Strike",
    "version": "1.1.2.7/Stdio",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1784202956,
    "last_update": 1788709516,
    "ban_reason": null,
    "banned": false,
    "hidden": 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": 70,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 3,
      "steam_id": 10,
      "name": "Counter-Strike",
      "url": "counter-strike"
    },
    "server_owner": {
      "username": "Loner_Wolf_Production",
      "avatar": "f29872b8-965d-4853-82df-ad9b4accbb5c.jpg"
    },
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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