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

text
https://api.gamemonitoring.ru/servers/6783777
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 87460,
    "world_seed": 1406833028,
    "world_size": 4000,
    "steam_id": 90286605656286220,
    "domain": null,
    "id": 6783777,
    "ip": "89.213.214.25",
    "port": 28005,
    "query": 28006,
    "color": 0,
    "city": "Ashburn",
    "description": "![S4LTY'S ~ 2x 4Noobs, [SOLO/DUO, WEEKLY]](https://www.dropbox.com/scl/fi/rp2k68nllc5jjn7svr0l7/308-3083859_rust-game-1.png?rlkey=a2lro8depcpwwijdb4xpkwt8f&dl=1)\n* MAX Team Size (2)\r\n* ACTIVE ADMIN\r\n* Safe Community\r\n* Map Size: 4000\r\n* Weekly (Thursday) Map + Player Wipe\r\n* Blueprint Wipe on Force Wipe\r\n\r\nRULES:\r\n\r\n* No Griefing other Players\r\n* No Hacking or Scripting\r\n* No Intentional Bug Abuse\r\n* No Ban Evading\r\n* No Racism EVER\r\n* Failure to comply = BAN",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780600465,
    "last_online": 1780607435,
    "icon": null,
    "name": "S4LTY'S ~ [Enhanced PVE] 2x Vanilla [SOLO]",
    "connect": "89.213.214.25:28005",
    "request": "89.213.214.25:28006",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1733152293,
    "last_update": 1780607435,
    "banned": false,
    "wipe": 1780600613,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3358,
    "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/6783777");
$data = json_decode($json, true);
var_dump($data);