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

text
https://api.gamemonitoring.ru/servers/11677391
json
{
  "response": {
    "fps": 77,
    "fps_avg": 78,
    "entities_count": 132393,
    "world_seed": 983632808,
    "world_size": 5000,
    "steam_id": "90286605626949661",
    "domain": null,
    "id": 11677391,
    "ip": "114.66.28.232",
    "port": 21281,
    "query": 21283,
    "color": 0,
    "city": "Beijing",
    "description": "欢迎加入【养老院-PVE服】  \r\n  技能树,突袭基地,大油井事件,可防御基地,机场事件,护航车队,召唤武直、坦克,抽奖,死亡不掉落,标点传送,定制商城,传送物品,一键升级建筑  \r\n 所有权限商店可以购买",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780600465,
    "last_online": 1780603837,
    "icon": null,
    "name": "养老院PVE/月清/突袭基地/技能\"\"",
    "connect": "114.66.28.232:21281",
    "request": "114.66.28.232:21283",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 4,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216206,
    "last_update": 1780603837,
    "banned": false,
    "wipe": 1780600561,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5406,
    "language": "zh",
    "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/11677391");
$data = json_decode($json, true);
var_dump($data);