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

text
https://api.gamemonitoring.ru/servers/11305910
json
{
  "response": {
    "fps": 45,
    "fps_avg": 42,
    "entities_count": 122392,
    "world_seed": 2147483647,
    "world_size": 4507,
    "steam_id": "90286280656997403",
    "domain": null,
    "id": 11305910,
    "ip": "66.235.175.3",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![Hosted by GTXGaming.co.uk](https://www.dropbox.com/scl/fi/covisgkqsy7cbaidig4p0/RustBackground1024_512.png?rlkey=qwx7gea7pb9257bsrppbjpwuy&st=brsz1mhq&dl=1)\nTHE WASTELAND — PVE + PVP Zones\r\n\r\nMad Max meets Rust. Events run all day, loot actually matters, and nobody sold you a VIP kit.\r\n\r\n30+ Custom Events: Convoy, Armored Train, Shipwreck, Bot Purge, Eradication, Treasure Maps, Random Raids, Flying Cargo, Jet Crashes & more.\r\n\r\nPVP Zones at Launch Site, Large Oil Rig, Airfield & Cargo Ship. Everywhere else? Don't shoot the neighbors.\r\n\r\nEarn Everything: Perk shop, kill milestones, and a big red button that mostly punishes you.\r\n\r\nNo P2W. No Kits For Cash. Just teeth, grit, and questionable life choices.\r\n\r\nType /info in-game. Or don't. The wasteland doesn't care.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779671563,
    "last_online": 1780560634,
    "icon": null,
    "name": "Hosted by GTXGaming.co.uk",
    "connect": "66.235.175.3:28080",
    "request": "66.235.175.3:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592904,
    "last_update": 1780560634,
    "banned": false,
    "wipe": 1778312350,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4510,
    "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/11305910");
$data = json_decode($json, true);
var_dump($data);