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

text
https://api.gamemonitoring.ru/servers/11677395
json
{
  "response": {
    "fps": 56,
    "fps_avg": 55,
    "entities_count": 96407,
    "world_seed": 1611966463,
    "world_size": 4000,
    "steam_id": "90286604524634141",
    "domain": null,
    "id": 11677395,
    "ip": "66.51.96.70",
    "port": 28045,
    "query": 28046,
    "color": 0,
    "city": "Ashburn",
    "description": "![Voltage - Monthly | No BP Wipe | 25% Upkeep](https://imgur.com/P4auLIT)\nVOLTAGE SERVER RULES\r\n\r\nNo cheating or exploiting\r\nNo racism / hate speech\r\nRespect admins & players\r\nNo spam or mic abuse\r\nPlay fair — no toxic griefing\r\n\r\nBreaking rules = instant punishment",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596862,
    "last_online": 1780608035,
    "icon": null,
    "name": "Voltage - Monthly | No BP Wipe | 25% Upkeep",
    "connect": "66.51.96.70:28045",
    "request": "66.51.96.70:28046",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216206,
    "last_update": 1780608035,
    "banned": false,
    "wipe": 1780597277,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2892,
    "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/11677395");
$data = json_decode($json, true);
var_dump($data);