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

text
https://api.gamemonitoring.ru/servers/11260997
json
{
  "response": {
    "fps": 157,
    "fps_avg": 164,
    "entities_count": 73131,
    "world_seed": 867840661,
    "world_size": 3500,
    "steam_id": "90284791318727688",
    "domain": null,
    "id": 11260997,
    "ip": "202.189.23.240",
    "port": 41015,
    "query": 41016,
    "color": 0,
    "city": "Beijing",
    "description": "![永久-Ai优选|4.21|15:00档|2人|新手|3倍](https://www.senluopan.com/f/K1QvTa/head.png)\n\r\n[服宣]: 无权限-无假人.\r\n[清档]: 每周三下午14点-蓝图随官清.\r\n[服宣]: 查挂方式:观战录屏-腐竹远程.\r\n[服规]: 进服后聊天输入: /gz 查看规则.\r\n[加群礼包]: 添加QQ群号进群: 648854506.\r\n[服规]: 禁无间道-禁黄色-禁宏-禁挂-禁卡BUG.\r\n[服宣]: 黑洞防御-保障服务器被攻击不掉线-稳定畅玩.\r\n[服宣]: 黑号-隐私号-如被自动踢出服务器-请加群咨询.\r\n[服宣]: 服务器玩家类型:妹子多-萌新-学生党-上班族-养老独狼玩家.\r\n[服宣]: 选择本服务器的理由:没有权限-三倍资源-游戏界面干净-修改较少.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776526998,
    "score": 0,
    "last_online": 1776834015,
    "icon": null,
    "name": "永久-Ai优选|4.21|15:00档|2人|新手|3倍",
    "connect": "202.189.23.240:41015",
    "request": "202.189.23.240:41016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 50,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 77,
    "add_date": 1774555214,
    "last_update": 1776834015,
    "banned": false,
    "wipe": 1775644023,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 377,
    "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/11260997");
$data = json_decode($json, true);
var_dump($data);