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

text
https://api.gamemonitoring.ru/servers/11607114
json
{
  "response": {
    "fps": 89,
    "fps_avg": 84,
    "entities_count": 116990,
    "world_seed": 455953702,
    "world_size": 4500,
    "steam_id": 90286612554513420,
    "domain": null,
    "id": 11607114,
    "ip": "153.34.245.47",
    "port": 11112,
    "query": 29132,
    "color": 0,
    "city": "Shaoxing",
    "description": "![【新手训练营】 友好体验/6月新档/资源房/养老](http://qungz.photo.store.qq.com/qun-qungz/V54VbzVO1u6m9Q2dfg5P39A2LM0Cqm82/V5bCQA2NDg2MTI1NTjoqOJkzL1EOg!!/800?w5=512&h5=256&rf=viewer_421)\n丶此群为pvp服,立志于为新手打造一个良好的成长环境  丶无赞助入口,用爱发电,有日常礼包  丶腐竹日常摸鱼,如有游戏方面的问题直接群里提问  丶如有外挂请提供证据以及id,或者F1控制台输入combatlog截图发群  丶如遇外挂提交相应证据可享受先斩后奏的权利,如核实误封会补偿相对奖励  丶随机刷新资源房,让新手体验抄家的乐趣  丶本服严禁欺压新手,为了公平,公平,还他妈的是公平  群766305168",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780614855,
    "last_online": 1780648827,
    "icon": null,
    "name": "【新手训练营】 友好体验/6月新档/资源房/养老",
    "connect": "153.34.245.47:11112",
    "request": "153.34.245.47:29132",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779915495,
    "last_update": 1780648827,
    "banned": false,
    "wipe": 1780613975,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2279,
    "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/11607114");
$data = json_decode($json, true);
var_dump($data);