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

text
https://api.gamemonitoring.ru/servers/7467987
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "map_url": "procedural_map_3500_seed_1337_r288",
    "map_kind": "procedural",
    "map_name": "Procedural Map",
    "map_seed": 1337,
    "map_size": 3500,
    "map_revision": 288,
    "entities_count": 128522,
    "steam_id": "90292100172390413",
    "domain": null,
    "id": 7467987,
    "ip": "205.178.168.179",
    "port": 28012,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Лондон",
    "description": "![WEREWOLF GAMING.CO 5x SOLO ONLY|TP|Home|Kits|No Teams|Loot x5|](https://i.vgy.me/1zk8GW.png)\n          ▶The Professionals of Modded Rust◀\r\nWerewolf Gaming.co 5x Solo\r\n» Max Group: 1\r\n» 24/7 Staff|Anti Cheat|Anti Teaming\r\n» Leaderboards & Playtime Rewards\r\n» 5x Gather Rates|5x Crafting Speed|5x Components\r\n» Custom Maps\r\n» BGrade|Remover Tool|Base Skinning\r\n» Recyclers at Monuments\r\n» Extended Workbench Range",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1788459058,
    "last_online": 1788524388,
    "icon": null,
    "name": "WEREWOLF GAMING.CO 5x SOLO ONLY|TP|Home|Kits|No Teams|Loot x5|",
    "connect": "205.178.168.179:28012",
    "request": "205.178.168.179:28017",
    "map": "Server WIPED 18 HOURS AGO",
    "gamemode": "Survival",
    "version": "2633",
    "numplayers": 48,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 77,
    "add_date": 1739234784,
    "last_update": 1788524388,
    "ban_reason": null,
    "banned": false,
    "hidden": false,
    "wipe": 1788457693,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 523,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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