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

text
https://api.gamemonitoring.in/servers/11261114
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "fps": 36,
    "fps_avg": 40,
    "entities_count": 326564,
    "world_seed": 483485557,
    "world_size": 4000,
    "steam_id": "90284789528236055",
    "domain": null,
    "id": 11261114,
    "ip": "103.91.208.111",
    "port": 12333,
    "query": 12336,
    "color": 0,
    "city": "Jinan",
    "description": "![[守护]100倍PVE/迷雾僵尸/突袭基地/等级武直/萌新](https://pic1.imgdb.cn/item/64aa4e2d1ddac507cce91b11.jpg)\n☆。【守护】玩家交流QQ群:945515549\r\n☆。【守护】极限挑战●休闲养老●长久服-多元化僵尸●独特RPG模式.\r\n☆。【守护】装备强化│动态倍率│伤害统计│吸星大法│自动拾取│\r\n☆。【守护】金币商城│钻石商城│强化守卫│任务系统│经验果实\r\n☆。【守护】│休闲养老│签到系统│抽奖系统│钓鱼系统│危险宝藏│\r\n☆。【守护】服主QQ:37699220,QQ群:945515549\r\n☆。【守护】/kit领取豪华礼包,进群领取隐藏礼包!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776811999,
    "score": 0,
    "last_online": 1776834016,
    "icon": null,
    "name": "[守护]100倍PVE/迷雾僵尸/突袭基地/等级武直/萌新",
    "connect": "103.91.208.111:12333",
    "request": "103.91.208.111:12336",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 20,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 71,
    "add_date": 1774555219,
    "last_update": 1776834016,
    "banned": false,
    "wipe": 1776558688,
    "official": null,
    "wipe_period": "monthly",
    "next_wipe": 1779150688,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 493,
    "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/11261114");
$data = json_decode($json, true);
var_dump($data);