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

text
https://api.gamemonitoring.ru/servers/11502665
json
{
  "response": {
    "steam_id": "90286571108874264",
    "domain": null,
    "id": 11502665,
    "ip": "144.52.178.164",
    "port": 10000,
    "query": 9999,
    "color": 0,
    "city": "Jinan",
    "description": "![『蓝天PVE』  原倍 | 仿官 | 突袭 | 萌新 | 养老](https://i.postimg.cc/jjrd527G/ltserverback.png)\n本服蓝天PVE 欢迎加入游玩!\r\n\r\n▷服务器玩法◁\r\n可召唤突袭基地 | 突袭户型数量450+ | 可召唤武装直升机 | 可开启守护家园 |\r\n\r\n▷服务器内容◁\r\n玩家之间无伤害 | 死亡不掉落 | 物品三倍叠加 | 原倍资源 | 快捷菜单 | 物品商城 |\r\n物品皮肤 | 建筑皮肤 | 一键升级 | 一键修复 | 画板贴图 | 音响音乐自定义 |\r\n\r\n企鹅QQ群: 1079803839",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780434261,
    "last_online": 1780555236,
    "icon": null,
    "name": "『蓝天PVE』  原倍 | 仿官 | 突袭 | 萌新 | 养老",
    "connect": "144.52.178.164:10000",
    "request": "144.52.178.164:9999",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207209,
    "last_update": 1780555236,
    "banned": false,
    "wipe": 1779408378,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4922,
    "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/11502665");
$data = json_decode($json, true);
var_dump($data);