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

text
https://api.gamemonitoring.ru/servers/11686485
json
{
  "response": {
    "fps": 40,
    "fps_avg": 40,
    "entities_count": 115362,
    "world_seed": 0,
    "world_size": 4000,
    "steam_id": "90286604674953244",
    "domain": null,
    "id": 11686485,
    "ip": "66.51.99.138",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Dallas",
    "description": "![BattleZone.gg — Hardcore PvE | No Tech Tree | Skills | Raidab](https://i.imgur.com/p0ISBSJ.png)\nWelcome to BattleZone.gg's Hardcore PvE server!\r\n\r\nThis server redefines what the Rust experience to be one that is most challenging!!\r\n\r\nInfo:\r\n\r\n- 50% more bot health, strength and aggro range vs our normal PvE Zombies server\r\n- No Tech Tree\r\n- 5 Sleeping bag/bed limit\r\n- Gambling @ Large Barn & Airwolf\r\n- No Building in Caves\r\n- Minimal Food on Rivers\r\n- Minimal road junkpiles\r\n- No Loot on Ocean Surface\r\n- No Zipline loot\r\n- Tactical Gloves & High Quality Car parts added to loot table\r\n- Jackhammer & Chainsaw rate slightly boosted in loot table\r\n- Zombie & NPC loot boosted to include road loot items.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780597469,
    "last_online": 1780633822,
    "icon": null,
    "name": "BattleZone.gg — Hardcore PvE | No Tech Tree | Skills | Raidab",
    "connect": "66.51.99.138:28015",
    "request": "66.51.99.138:28017",
    "map": "Custom Map",
    "gamemode": "Hardcore",
    "version": "2627",
    "numplayers": 11,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1780224646,
    "last_update": 1780633822,
    "banned": false,
    "wipe": 1780597964,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 626,
    "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/11686485");
$data = json_decode($json, true);
var_dump($data);