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

text
https://api.gamemonitoring.ru/servers/11435772
json
{
  "response": {
    "fps": 43,
    "fps_avg": 47,
    "entities_count": 77170,
    "world_seed": 12345,
    "world_size": 3750,
    "steam_id": "90285523942110223",
    "domain": null,
    "id": 11435772,
    "ip": "111.170.14.11",
    "port": 26666,
    "query": 26668,
    "color": 0,
    "city": "Shizishan",
    "description": "![【大音希声】萌新/无权/三人/月清/](https://pic4.zhimg.com/v2-be0d482973385041dc42905a34bf0af7_r.jpg)\n1.服务器无权公益且无任何充值项目,请不要相信任何人有充值!!\r\n2.服务器长期运行且运行时间超过3年,稳定更新\r\n3.发现作弊者请F1输入 combatlog查看信息并截图发给GM或者F7官方举报\r\n4.服务器不允许有Steam有封禁记录的玩家进入\r\n5.抵制不良游戏,拒绝盗版游戏\r\n\r\n注意自我保护,谨防受骗上当。\r\n适度游戏益脑,沉迷游戏伤身。\r\n合理安排时间,享受健康生活。",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778596984,
    "score": 0,
    "last_online": 1778605222,
    "icon": null,
    "name": "【大音希声】萌新/无权/三人/月清/",
    "connect": "111.170.14.11:26666",
    "request": "111.170.14.11:26668",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977204,
    "last_update": 1778605222,
    "banned": false,
    "wipe": 1778300160,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4735,
    "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/11435772");
$data = json_decode($json, true);
var_dump($data);