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

text
https://api.gamemonitoring.ru/servers/17015054
json
{
  "response": {
    "add_date": 1790202336,
    "app": {
      "id": 24,
      "name": "Team Fortress 2",
      "steam_id": 440,
      "url": "team-fortress-2"
    },
    "color": 0,
    "connect": "155.117.189.72:27015",
    "country": "US",
    "domain": null,
    "game": 440,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 17015054,
    "ip": "155.117.189.72",
    "language": "en",
    "last_update": 1790260431,
    "map": "pl_barnblitz",
    "maxplayers": 24,
    "name": "Team Fortress",
    "numplayers": 0,
    "official": null,
    "points": 0,
    "port": 27015,
    "private": null,
    "project_id": null,
    "pve": null,
    "pvp": null,
    "query": 27015,
    "request": "155.117.189.72:27015",
    "secured": true,
    "status": false,
    "steam_id": "90293311688715272",
    "version": "10828683",
    "votes": 0,
    "wipe": null,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Secaucus",
    "description": null,
    "disabled_modules": [],
    "gamemode": null,
    "hidden": false,
    "last_offline": 1790260431,
    "last_online": 1790202331,
    "list_hidden": false,
    "map_url": null,
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 15874,
    "wipe_period": null,
    "os": "w",
    "region": -1,
    "product": "tf",
    "gametype": "payload",
    "dedicated": false
  }
}

Примеры кода

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