प्रोग्राम, वेबसाइट और अन्य के लिए JSON

text
https://api.gamemonitoring.in/servers/11261103
json
{
  "response": {
    "fps": 97,
    "fps_avg": 97,
    "entities_count": 72027,
    "world_seed": 876816796,
    "world_size": 3500,
    "steam_id": "90286591583174681",
    "domain": null,
    "id": 11261103,
    "ip": "103.91.210.17",
    "port": 10001,
    "query": 11111,
    "color": 0,
    "city": "Jinan",
    "description": "![『夜猫子』特色PVE/合成/掉宝/武装突袭/BOSS](https://1-1251952791.cos.ap-beijing.myqcloud.com/夜猫子/广告图.png)\n\r\n★★★★★  本服特色 ★ 超级武直 ★ 独家副本 ★ 武器合成  ★★★★★\r\n★★★★★  武装突袭 ★ 打怪掉宝 ★ 多样商城 ★ 勋章合成  ★★★★★\r\n★★★★★  特色地图 ★ 每日礼包 ★ 团队生存 ★ 世界传送  ★★★★★\r\n★★★★★  超多皮肤 ★ 玩家排行 ★ 超级装备 ★ 挂机泡点  ★★★★★\r\n★★★★★  防杀防抢 ★ 长期开放 ★ 更多玩法 ★ 加群了解  ★★★★★\r\n\r\n夜猫子Rust唯一QQ群:222133348,欢迎加入!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780572869,
    "last_online": 1780606832,
    "icon": null,
    "name": "『夜猫子』特色PVE/合成/掉宝/武装突袭/BOSS",
    "connect": "103.91.210.17:10001",
    "request": "103.91.210.17:11111",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 58,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555219,
    "last_update": 1780606832,
    "banned": false,
    "wipe": 1778207645,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4345,
    "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.in/servers/11261103");
$data = json_decode($json, true);
var_dump($data);