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

text
https://api.gamemonitoring.ru/servers/11671016
json
{
  "response": {
    "fps": 85,
    "fps_avg": 82,
    "entities_count": 144836,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286551325195282",
    "domain": null,
    "id": 11671016,
    "ip": "216.173.113.154",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![Wild Mushroom (WMG) | PVE | BiWeekly | No Tech Tree | Zombies](https://www.dropbox.com/scl/fi/mw42fll0v7rtbkqyrno9n/wild_mushroom_banner.png?rlkey=lkgkreua81abpf7camrfojwxt&st=sa4q5yi6&dl=1)\nWelcome to Wild Mushroom Gaming (WMG)!\r\nA friendly and active 2x No Tech Tree Bi-Weekly true PvE server with Raidable Bases, Personal Patrol Helicopters, Convoys, Armored Trains, and roaming zombies for added challenge and adventure.\r\n\r\nEnjoy quality-of-life features like Backpacks, Buyable Tugboats, Furnace Splitter, Lockable Deployables, Vehicle Locks, Sign Artist, and Skinbox.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780180911,
    "last_online": 1780566027,
    "icon": null,
    "name": "Wild Mushroom (WMG) | PVE | BiWeekly | No Tech Tree | Zombies",
    "connect": "216.173.113.154:28080",
    "request": "216.173.113.154:28015",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1780180911,
    "last_update": 1780566027,
    "banned": false,
    "wipe": 1779412023,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1750,
    "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/11671016");
$data = json_decode($json, true);
var_dump($data);