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

text
https://api.gamemonitoring.ru/servers/11489354
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11489354,
    "ip": "136.248.68.132",
    "port": 36963,
    "query": 36963,
    "color": 0,
    "city": "São Paulo",
    "description": null,
    "game": 666220,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776942194,
    "score": 0,
    "last_online": 1777530610,
    "icon": null,
    "name": "[Q] LATAM Defuse | S1 Ranked",
    "connect": "136.248.68.132:36963",
    "request": "136.248.68.132:36963",
    "map": "de_pool_day",
    "gamemode": null,
    "version": null,
    "numplayers": 6,
    "maxplayers": 12,
    "bots": 6,
    "secured": null,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 110,
    "add_date": 1776348864,
    "last_update": 1777530610,
    "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": 1,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 17139,
      "steam_id": 666220,
      "name": "CS2D",
      "url": "cs2d"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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