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

text
https://api.gamemonitoring.ru/servers/11260989
json
{
  "response": {
    "fps": 28,
    "fps_avg": 28,
    "entities_count": 114086,
    "world_seed": 181133495,
    "world_size": 4500,
    "steam_id": "90286426460472347",
    "domain": null,
    "id": 11260989,
    "ip": "112.17.187.18",
    "port": 36357,
    "query": 36300,
    "color": 0,
    "city": "Hangzhou",
    "description": "落叶无声,枪火轰鸣。\r\n这是一片没有捷径的废土,一个真正回归原始的 Rust 世界。\r\n没有VIP,没有权限,没有花哨的传送与商店——只有你手中的石斧、脚下的篝火,和一颗必须永远保持警惕的心。\r\n每一片飘零的落叶,都见证过一段生存者的传奇:或螳螂捕蝉,或绝地翻盘。\r\n\r\n【服务器核心承诺】\r\n- 绝对纯公益,永不收费,无任何氪金入口\r\n- 零插件,原汁原味的 Rust 生存体验(无TP、无Home、无商店)\r\n- 管理员不参与游戏,不刷物资,不干涉玩家恩怨\r\n- 每半月清档(半月清理蓝图),保持活力和公平竞争(详细周期见群公告)\r\n- 严厉打击外挂/脚本,发现即永封,维护绿色环境\r\n\r\n在这里,家被抄了就是真的没了,信任随时可能变成背刺,但也正因如此,每一次互助、每一个结盟,都显得尤为珍贵。\r\n如果你厌倦了满配氪金和插件魔改,不妨来落叶,寻找生存最本真的厚重与诗意。\r\n\r\n【加入我们】\r\nQQ群:1019488164 (进群获取服务器直连 IP 及清档通知)\r\n落叶归根,等你归来。",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780623805,
    "last_online": 1780231835,
    "icon": null,
    "name": "【落叶】公益/无插件/原版生存/萌新",
    "connect": "112.17.187.18:36357",
    "request": "112.17.187.18:36300",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774555214,
    "last_update": 1780623805,
    "banned": false,
    "wipe": 1779466217,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10364,
    "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/11260989");
$data = json_decode($json, true);
var_dump($data);