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

text
https://api.gamemonitoring.ru/servers/11305366
json
{
  "response": {
    "fps": 103,
    "fps_avg": 99,
    "entities_count": 88722,
    "world_seed": 50000,
    "world_size": 3900,
    "steam_id": "90286605042526208",
    "domain": null,
    "id": 11305366,
    "ip": "5.226.142.46",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "City of London",
    "description": "* 3 x gather rate \r\n * Solo only \r\n * Map wipes every 2 weeks (Thursdays) \r\n * BP wipe every first Thursday of month \r\n * Improved loot tables \r\n * Shorter nights \r\n * Minicopter licence \r\n * Faster furnace smelting \r\n * Workbench radius in base \r\n * 50% upkeep \r\n * 48 hour raid protection from wipe day",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780598666,
    "last_online": 1780607431,
    "icon": null,
    "name": "[EU] Rust & Chill / 3x / Solo Only / 2 week wipes / wiped 04/06",
    "connect": "5.226.142.46:28080",
    "request": "5.226.142.46:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592884,
    "last_update": 1780607431,
    "banned": false,
    "wipe": 1780598903,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4398,
    "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/11305366");
$data = json_decode($json, true);
var_dump($data);