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

text
https://api.gamemonitoring.in/servers/11261107
json
{
  "response": {
    "steam_id": "90284755773419521",
    "domain": null,
    "id": 11261107,
    "ip": "43.249.192.105",
    "port": 22222,
    "query": 11325,
    "color": 0,
    "city": "Jinan",
    "description": "![【英雄PVE】武器特效/BOSS/死亡不掉/无需加速器](http://image.rustbot.cn:11316/yx/pve.png)\n欢迎来到[英雄PvE]休闲养老服 六年稳定运营从未跑路品质保证!\r\n在这里,无论是萌新还是养老玩家,都能找到属于自己的乐趣!\r\n\r\n玩家之间伤害无效,安心体验游戏乐趣,超级适合新手体验游戏\r\nNPC基地、超级坦武、BOSS副本、武器特效增幅、传送门等超多插件,内容充实,耐玩度爆表!\r\n金币、采集等级、在线等级、大背包数据永不清除!玩得越久,积累越多,真正的养老!\r\n\r\n服务器玩家交流群:154575000 点击左下角访问网页可快速进群",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776776600,
    "score": 0,
    "last_online": 1776834016,
    "icon": null,
    "name": "【英雄PVE】武器特效/BOSS/死亡不掉/无需加速器",
    "connect": "43.249.192.105:22222",
    "request": "43.249.192.105:11325",
    "map": "萌新首选",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 51,
    "maxplayers": 123,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 84,
    "add_date": 1774555219,
    "last_update": 1776834016,
    "banned": false,
    "wipe": 1775178440,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 336,
    "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/11261107");
$data = json_decode($json, true);
var_dump($data);