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

text
https://api.gamemonitoring.ru/servers/11254361
json
{
  "response": {
    "steam_id": "90283691311714310",
    "domain": null,
    "id": 11254361,
    "ip": "79.127.224.176",
    "port": 20655,
    "query": 20656,
    "color": 0,
    "city": "Brussels",
    "description": null,
    "game": 346110,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777612348,
    "score": 0,
    "last_online": 1777328502,
    "icon": null,
    "name": "ammo",
    "connect": "79.127.224.176:20655",
    "request": "79.127.224.176:20656",
    "map": "Ragnarok",
    "gamemode": "TestGameMode_C",
    "version": "361.7",
    "numplayers": 0,
    "maxplayers": 12,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "BE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774554556,
    "last_update": 1777612348,
    "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": 12024,
    "language": "nl",
    "parked": false,
    "app": {
      "id": 67,
      "steam_id": 346110,
      "name": "ARK: Survival Evolved",
      "url": "ark-survival-evolved"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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