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

text
https://api.gamemonitoring.ru/servers/12280176
json
{
  "response": {
    "dedicated": true,
    "gametype": "AFFGameInfo_Incursion",
    "os": "w",
    "product": "angelfall",
    "region": 255,
    "steam_id": "90288795119244315",
    "domain": null,
    "id": 12280176,
    "ip": "37.187.141.104",
    "port": 7877,
    "query": 27025,
    "project_id": null,
    "color": 0,
    "city": "Roubaix",
    "description": null,
    "game": 367270,
    "owner": null,
    "boosts": 1,
    "last_offline": 1783937602,
    "last_online": 1784052144,
    "icon": null,
    "name": "EU-LandMaps11",
    "connect": "37.187.141.104:7877",
    "request": "37.187.141.104:27025",
    "map": "AFF-Ascella",
    "gamemode": "AFFGameInfo_Incursion",
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1783937602,
    "last_update": 1784052144,
    "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": 66,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 160,
      "steam_id": 367270,
      "name": "Angels Fall First",
      "url": "angels-fall-first"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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