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

text
https://api.gamemonitoring.ru/servers/11261152
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 107562,
    "world_seed": 7689,
    "world_size": 4000,
    "steam_id": "90285649909941273",
    "domain": null,
    "id": 11261152,
    "ip": "38.190.133.193",
    "port": 25101,
    "query": 25102,
    "color": 0,
    "city": "Toronto",
    "description": "![WipeSanctum - 5x/NoBP/NoWB/RaidableBases/Minis](https://cdn.xoa.me/uploads/21761aca-1924-4f1e-94d0-570c0bb77571.png)\n<> Blood-soaked Raidable Events <> \r\n<> Dynamic Meteor Showers <> \r\n<> Advanced User Interface <> \r\n<> In-Game Shop + Currency <> \r\n<> TPA / TPR Teleport System <> \r\n<> Streamlined QoL Upgrades <> \r\n<> 5x Resource Harvest <> \r\n<> All Item Skins Unlocked <> \r\n<> Join the Chaos: https://discord.gg/NBHjqrnMz7 <>",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778347940,
    "score": 0,
    "last_online": 1778592620,
    "icon": null,
    "name": "WipeSanctum - 5x/NoBP/NoWB/RaidableBases/Minis",
    "connect": "38.190.133.193:25101",
    "request": "38.190.133.193:25102",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 750,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555221,
    "last_update": 1778592620,
    "banned": false,
    "wipe": 1778347935,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4551,
    "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/11261152");
$data = json_decode($json, true);
var_dump($data);