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

text
https://api.gamemonitoring.in/servers/11607174
json
{
  "response": {
    "fps": 223,
    "fps_avg": 220,
    "entities_count": 65829,
    "world_seed": 13,
    "world_size": 3800,
    "steam_id": "90286605771590669",
    "domain": null,
    "id": 11607174,
    "ip": "183.134.19.79",
    "port": 24015,
    "query": 24018,
    "color": 0,
    "city": "Hangzhou",
    "description": "欢迎来到【纪元PVE】休闲服务器!\r\n\r\n🎮 服务器特色:\r\n• 工业模组 - 自动化生产,告别枯燥刷资源\r\n• 死亡不掉落 - 放心探索,无惧死亡惩罚\r\n• 标点传送 - 地图标记即可传送,便捷出行\r\n• 自动流水线 - 轻松建设,享受创造乐趣\r\n\r\n🤝 PVE友好环境,适合休闲玩家、建筑党、新手玩家\r\n💬 中文社区,QQ群:167808096\r\n\r\n愿你在纪元世界,建造属于你的家园!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780604659,
    "last_online": 1780603229,
    "icon": null,
    "name": "[纪元PVE] 工业|死亡不掉|标点|自动流",
    "connect": "183.134.19.79:24015",
    "request": "183.134.19.79:24018",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915498,
    "last_update": 1780604659,
    "banned": false,
    "wipe": 1780601134,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9577,
    "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/11607174");
$data = json_decode($json, true);
var_dump($data);