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

text
https://api.gamemonitoring.ru/servers/11606288
json
{
  "response": {
    "fps": 110,
    "fps_avg": 105,
    "entities_count": 149020,
    "world_seed": 58472913,
    "world_size": 4900,
    "steam_id": "90288383974167563",
    "domain": null,
    "id": 11606288,
    "ip": "88.146.115.43",
    "port": 28015,
    "query": 28016,
    "project_id": null,
    "color": 0,
    "city": "Prague",
    "description": "![Dervish | 10x PVE + PVP Zones | Raidable Bases | Linux Friendly](https://share.etalon.digital/SPOILER_Dervish.jpg)\nDervish 10x - PVE survival with roaming PVP zones. Build safe under PVE protection, then risk the shifting PVP zone for the fight. Raidable Bases (Easy to Nightmare) with massive loot. Big stacks, /kit, teleport & homes, /remove, building skins & upgrades, very low upkeep (1%). No EAC & Linux friendly - non-EAC and Linux clients welcome. discord.gg/pXPrVR6UtS",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1783041207,
    "last_online": 1783635616,
    "icon": null,
    "name": "Dervish | 10x PVE + PVP Zones | Raidable Bases | Linux Friendly",
    "connect": "88.146.115.43:28015",
    "request": "88.146.115.43:28016",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2631",
    "numplayers": 28,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 84,
    "add_date": 1779915466,
    "last_update": 1783635616,
    "banned": false,
    "wipe": 1783041139,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 441,
    "language": "cs",
    "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/11606288");
$data = json_decode($json, true);
var_dump($data);