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

text
https://api.gamemonitoring.ru/servers/17119231
json
{
  "response": {
    "add_date": 1790369647,
    "app": {
      "id": 150,
      "name": "Codename CURE",
      "steam_id": 355180,
      "url": "codename-cure"
    },
    "color": 0,
    "connect": "108.168.57.234:27015",
    "country": "CA",
    "domain": null,
    "game": 355180,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 17119231,
    "ip": "108.168.57.234",
    "language": "en",
    "last_update": 1790393639,
    "map": "cbe_frostbite",
    "maxplayers": 5,
    "name": "CURE FTW",
    "numplayers": 0,
    "official": null,
    "points": 0,
    "port": 27015,
    "private": null,
    "project_id": null,
    "pve": null,
    "pvp": null,
    "query": 27015,
    "request": "108.168.57.234:27015",
    "secured": false,
    "status": false,
    "steam_id": "90293458321143813",
    "version": "5000002",
    "votes": 0,
    "wipe": null,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Торонто",
    "description": null,
    "disabled_modules": [],
    "gamemode": null,
    "hidden": false,
    "last_offline": 1790393639,
    "last_online": 1790389452,
    "list_hidden": false,
    "map_url": null,
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 605,
    "wipe_period": null,
    "os": "w",
    "region": -1,
    "product": "cure",
    "gametype": null,
    "dedicated": false
  }
}

Примеры кода

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