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

text
https://api.gamemonitoring.ru/servers/11502641
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 151707,
    "world_seed": 696969,
    "world_size": 4250,
    "steam_id": "90286401673332756",
    "domain": null,
    "id": 11502641,
    "ip": "91.229.114.158",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Chicago",
    "description": "![US | 2X Monthly | ShiftMob | Custom Modz](https://rust-server-images.physgun.com/c28339885a0c1ce1b43e2239174569839d6823e3044878e8e95cabf222adcf6b.png)\nCustom Modz - (Server Exclusive)\r\nHeatIndex-Mini Map with Heat/Events\r\nRoofPenalty-Penalty for roof campers\r\nRadRain-Radioactive rain & snow\r\n-------------------------------------------\r\n1x-2x Monthly\r\n4250 Map\r\nNo limit\r\n50% Upkeep\r\nBig Bases\r\nTP\r\nDrug Raids\r\nBlack Market\r\nRaidable Bases\r\nJets & Jet Crashes\r\nShop\r\nServer Rewards\r\nEconomics\r\nGather Rewards\r\nMy Mini\r\nExperience\r\nVIP\r\nSkinner V2",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780577624,
    "last_online": 1780163427,
    "icon": null,
    "name": "US | 2X Monthly | ShiftMob | Custom Modz",
    "connect": "91.229.114.158:28015",
    "request": "91.229.114.158:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207207,
    "last_update": 1780577624,
    "banned": false,
    "wipe": 1778540353,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11495,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11502641");
$data = json_decode($json, true);
var_dump($data);