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

text
https://api.gamemonitoring.ru/servers/10815728
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 76193,
    "world_seed": 919087034,
    "world_size": 3500,
    "steam_id": "90286603952648212",
    "domain": null,
    "id": 10815728,
    "ip": "156.236.84.31",
    "port": 28010,
    "query": 28011,
    "color": 0,
    "city": "Dallas",
    "description": "![The Rusty Dead PvE 5x | Zombies | RaidableBases | Events](https://imgur.com/SNaGlU5)\nWelcome to The Rusty Dead! \r\n* Map size is set at 3750 \r\n* 100 Roaming Zombie hordes and Night Zombies \r\n* 20 Active RaidableBases across the map \r\n* Monument Events, Roaming Convoys, Armored Train, Heli Signals \r\n* 5x gather rate with loot set between 5-3x food pickups 2x \r\n* Bi-weekly wipe Schedule with Server Purge 24 hours before wipe pvp enabled \r\n* Personal /mymini, Server teleports /outpost /bandit and Admin shop /town  \r\n* QoL Plugins=Kits, Backpacks, Instant craft/mix/recycle, Bgrade, Skipnight \r\n* VIEW WEBPAGE for Server Discord=https://discord.gg/UdDuKzNeHc  direct link",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595663,
    "last_online": 1780600230,
    "icon": null,
    "name": "The Rusty Dead PvE 5x | Zombies | RaidableBases | Events",
    "connect": "156.236.84.31:28010",
    "request": "156.236.84.31:28011",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 3,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1767109993,
    "last_update": 1780600230,
    "banned": false,
    "wipe": 1780595888,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1590,
    "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/10815728");
$data = json_decode($json, true);
var_dump($data);