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

text
https://api.gamemonitoring.ru/servers/11838472
json
{
  "response": {
    "fps": 91,
    "fps_avg": 96,
    "entities_count": 143218,
    "world_seed": 856739929,
    "world_size": 5000,
    "steam_id": "90288072730871831",
    "domain": null,
    "id": 11838472,
    "ip": "183.134.19.177",
    "port": 10207,
    "query": 10428,
    "project_id": null,
    "color": 0,
    "city": "Hangzhou",
    "description": "![闲鱼仿官服-萌新-养老,周清,(6.26-18:30新开�](https://xxx.xxx.xxx/)\n(进群了解清档相关)养老-萌新,周清,仿官,大地图,普通模式,限制组队上限4人,其他没啥了 Q群1074187909,交流,举报,开服时间加群了解。直连-connect vps6.elfidc.com:10207",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1783071156,
    "last_online": 1783635627,
    "icon": null,
    "name": "闲鱼仿官-萌新-养老,周清,独狼(7.3-18:30新�",
    "connect": "183.134.19.177:10207",
    "request": "183.134.19.177:10428",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2631",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1781954467,
    "last_update": 1783635627,
    "banned": false,
    "wipe": 1783071399,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5412,
    "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/11838472");
$data = json_decode($json, true);
var_dump($data);