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

text
https://api.gamemonitoring.ru/servers/11305653
json
{
  "response": {
    "fps": 111,
    "fps_avg": 107,
    "entities_count": 169464,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90285553844471823",
    "domain": null,
    "id": 11305653,
    "ip": "202.189.5.35",
    "port": 50000,
    "query": 50001,
    "color": 0,
    "city": "Beijing",
    "description": "![【樱花】萌新/不掉落/据点复仇/PVE/10x倍](https://pic.yupoo.com/qingxin01/72c77317/25063b50.png)\n\r\n您是否厌倦了PVP打打杀杀 \r\n欢迎来到本服务器享受放松、田园、交流、养老、比赛、建造等乐趣,而不是追求高强度的竞技和战斗。\r\n每月月初周五 @ 04:00 北京时间进行强制更新清档\r\n\r\n我们的官网:https://RustCN.cn \r\n\r\n- 建筑无限制,除大型种植房熔炼厂外\r\n- 10x倍普通采集和资源加十倍叠加\r\n- NPC复仇、夜间丧尸、传送、免费建筑及装备皮肤、娱乐活动事件\r\n- 全图分为开放式PVE区域和地图可视化PVP竞技区域及特色的纪念碑\r\n- 跟踪游戏时间的和游玩排名赠送大礼包\r\n- 更好的可视化帮助和快捷指令面板\r\n- 支持网易云音乐和图片画框,自定义反作弊系统\r\n- Web、QQ、 Kook、Twitch 和 Steam 奖励\r\n- 瞬间制作和分解速度,贩卖机无等待时间\r\n\r\n加入我们的 QQ:908960201",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778356988,
    "score": 0,
    "last_online": 1778598019,
    "icon": null,
    "name": "【樱花】萌新/不掉落/据点复仇/PVE/10x倍",
    "connect": "202.189.5.35:50000",
    "request": "202.189.5.35:50001",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 8,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1774592894,
    "last_update": 1778598019,
    "banned": false,
    "wipe": 1778253848,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1261,
    "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/11305653");
$data = json_decode($json, true);
var_dump($data);