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

text
https://api.gamemonitoring.ru/servers/11305641
json
{
  "response": {
    "fps": 55,
    "fps_avg": 50,
    "entities_count": 96170,
    "world_seed": 1870245411,
    "world_size": 4250,
    "steam_id": "90285599259936782",
    "domain": null,
    "id": 11305641,
    "ip": "45.125.46.24",
    "port": 23928,
    "query": 23929,
    "color": 0,
    "city": "Jinan",
    "description": "![快乐俱乐部JoyClub/4人组/2倍/半月清](https://imgur.com/a/t6bLrk7)\n禁止一切作弊手段,QQ群:1046178424\r\n服务器还在策划插件中,有bug第一时间反馈会有奖励\r\n服务器的主要玩法为搞废料,搞种植,服务器有废料银行和茶银行,用/fl和/cha存储\r\n更多玩法大多为一个档更新一次,插件维修最多1到2天修好\r\n为了服务器的长久生存,赞助100获得100分解的随身分解机,赞助进群找群主\r\n半月清地图,月清蓝图和插件数据",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778473378,
    "score": 0,
    "last_online": 1778530221,
    "icon": null,
    "name": "快乐俱乐部JoyClub/4人组/2倍/半月清",
    "connect": "45.125.46.24:23928",
    "request": "45.125.46.24:23929",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592894,
    "last_update": 1778530221,
    "banned": false,
    "wipe": 1778317958,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4659,
    "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/11305641");
$data = json_decode($json, true);
var_dump($data);