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

text
https://api.gamemonitoring.ru/servers/11261096
json
{
  "response": {
    "steam_id": "90285677354121228",
    "domain": null,
    "id": 11261096,
    "ip": "202.189.9.197",
    "port": 49072,
    "query": 28018,
    "color": 0,
    "city": "Beijing",
    "description": "![【坏坏】独狼/双人/5月8日新开/无权/萌新](https://i.328888.xyz/2023/04/22/ihbAix.png)\n【公益】坏坏公益服欢迎萌新的到来,大佬勿进\r\n【提示】服务器禁止黑号进入,私密资料请自行打开,感谢配合!\r\n【双人】组队人数限制,禁止联盟抄家打架\r\n【联系】本服唯一QQ群575470499\r\n【清档】每月15号,30号清档\r\n【管理】严打外挂鼠标宏,房子禁止卡石头,管理不参与游戏\r\n【举报】如发现异常战斗数据,先游戏内举报,再截图数据联系服主",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778623378,
    "score": 0,
    "last_online": 1778629219,
    "icon": null,
    "name": "【坏坏】独狼/双人/5月8日新开/无权/萌新",
    "connect": "202.189.9.197:49072",
    "request": "202.189.9.197:28018",
    "map": "Custom Map",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1774555219,
    "last_update": 1778629219,
    "banned": false,
    "wipe": 1778186008,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2094,
    "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/11261096");
$data = json_decode($json, true);
var_dump($data);