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

text
https://api.gamemonitoring.ru/servers/11644954
json
{
  "response": {
    "fps": 43,
    "fps_avg": 20,
    "entities_count": 112927,
    "world_seed": 100,
    "world_size": 3800,
    "steam_id": "90286565671621634",
    "domain": null,
    "id": 11644954,
    "ip": "194.69.160.88",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] Wave of Deep Sea](https://rust-server-images.physgun.com/9b619e49b573acdace40be1a47cea765cc059b77f4f6a6b617f4d27a0520e2e7.png)\nWelcome to [EU] Wave of Deep Sea Server\r\n\r\nHOST : physgun\r\nperformance info\r\nProcessor : OC AMD Ryzen 9 9950X \r\nFrequency : 5.7 GHz\r\nRAM : 20 GB DDR5 \r\nStorage : NVMe SSD\r\n\r\nmap Wolf Base II \r\nNow with Heli Tower´s on map \r\n\r\nRules \r\n\r\nDon't kill \r\n\r\nDon't destroy Buildings \r\n\r\nDon't steal \r\n\r\nIf you do any of this , you will be kicked and banned. \r\n\r\nIf you see a problem or meet a problem whit another people, contact admin \r\n\r\nHave fun!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780506836,
    "last_online": 1780554028,
    "icon": null,
    "name": "[EU] Wave of Deep Sea",
    "connect": "194.69.160.88:28015",
    "request": "194.69.160.88:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177440,
    "last_update": 1780554028,
    "banned": false,
    "wipe": 1780162184,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5720,
    "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/11644954");
$data = json_decode($json, true);
var_dump($data);