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

text
https://api.gamemonitoring.ru/servers/11644856
json
{
  "response": {
    "fps": 240,
    "fps_avg": 239,
    "entities_count": 27556,
    "world_seed": 23012002,
    "world_size": 2500,
    "steam_id": "90286499493692432",
    "domain": null,
    "id": 11644856,
    "ip": "162.19.95.144",
    "port": 20600,
    "query": 20602,
    "color": 0,
    "city": "Gravelines",
    "description": "Dobrodošli na RustBLKN : Najbolje Balkan Vanilla+ iskustvo!  Uživajte u savršeno balansiranoj igri bez nepotrebnih dodataka. 2x Gather rate, skraćene noći, automatski eventovi i nagrade za najaktivnije igrače.  Blueprintovi se ne brišu, a balans je prilagođen za maksimalan užitak.  Okupi ekipu, izgradi bazu i dominiraj mapom.  Balkan dom za svakog Rust veterana!Welcome to RustBLKN The ultimate Balkan Vanilla+ experience!  Enjoy a perfectly balanced gameplay without unnecessary clutter.  Features: 2x Gather rate, shortened nights, custom events, and rewards for the most active players.  Blueprints do not wipe, and the balance is set for maximum fun.  Gather your team, build your base, and dominate the map.  The Balkan home for every Rust veteran!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780569210,
    "last_online": 1780398631,
    "icon": null,
    "name": "Rust BLKN [Mesecni Wipe | Vanila +]",
    "connect": "162.19.95.144:20600",
    "request": "162.19.95.144:20602",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780177438,
    "last_update": 1780569210,
    "banned": false,
    "wipe": 1778225973,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12525,
    "language": "fr",
    "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/11644856");
$data = json_decode($json, true);
var_dump($data);