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

text
https://api.gamemonitoring.ru/servers/11606747
json
{
  "response": {
    "fps": 149,
    "fps_avg": 147,
    "entities_count": 71699,
    "world_seed": 1455991018,
    "world_size": 3500,
    "steam_id": "90289452065105938",
    "domain": null,
    "id": 11606747,
    "ip": "79.160.121.178",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Oslo",
    "description": "![NorRust | EU 2x Monthly | Solo/Duo/Trio | Skills Mini Events](https://image.myrustserver.com/logo/torthepro_6a6088b3d42c1.jpg)\nNorRust - EU 2x Monthly \r\n\r\n• 2x Gather + Skill System\r\n• Monthly Map + BP Wipe (First Thursday)\r\n• Clans • Kits • Shop • MyMini • Kits\r\n• Raidable Bases & Events\r\n• Max 3 players per team\r\n\r\nJoin our Discord for VIP perks and updates!\r\n\r\nWe value player feedback. Use /feedback in-game to help us improve.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1784776587,
    "last_online": 1784786477,
    "icon": null,
    "name": "NorRust | EU 2x Monthly | Solo/Duo/Trio | Skills Mini Events",
    "connect": "79.160.121.178:28015",
    "request": "79.160.121.178:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2631",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NO",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915480,
    "last_update": 1784786477,
    "ban_reason": null,
    "banned": false,
    "wipe": 1783014672,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4554,
    "language": "no",
    "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/11606747");
$data = json_decode($json, true);
var_dump($data);