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

text
https://api.gamemonitoring.ru/servers/11510774
json
{
  "response": {
    "fps": 59,
    "fps_avg": 79,
    "entities_count": 68839,
    "world_seed": 5433423,
    "world_size": 3500,
    "steam_id": "90286604045486084",
    "domain": null,
    "id": 11510774,
    "ip": "159.195.34.138",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Nuremberg",
    "description": "![[PL/EU] RUSTOBSYDIAN.PL | QoL | TP | Kits | VIP WEEKLY](https://i.postimg.cc/t40KX476/Rj-Ct7.jpg)\n*** RUSTOBSYDIAN.PL ***\r\n* LIMIT GRUPY: SOLO / DUO\r\n* GATHER RATES: 3x (Sulfur 1.5x)\r\n* Loot: Boost (Zbalansowane)\r\n* FULL WIPE: Kazdy Czwartek 20:00 FW 21:30\r\n* BOSS EVENT: Cykliczne, losowe bossy na mapie!\r\n* QoL: /home, /tp, /kits\r\n* Raidy przez NPC\r\n* DISCORD: discord.rustobsydian.pl\r\nZapraszamy do gry!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595663,
    "last_online": 1780607436,
    "icon": null,
    "name": "[PL/EU] RUSTOBSYDIAN.PL | QoL | TP | Kits | VIP WEEKLY",
    "connect": "159.195.34.138:28015",
    "request": "159.195.34.138:28016",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353833,
    "last_update": 1780607436,
    "banned": false,
    "wipe": 1780596157,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4869,
    "language": "de",
    "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/11510774");
$data = json_decode($json, true);
var_dump($data);