JSON dla programów, stron i innych

text
https://api.gamemonitoring.pl/servers/11771236
json
{
  "response": {
    "fps": 236,
    "fps_avg": 232,
    "entities_count": 3335,
    "world_seed": 1,
    "world_size": 1000,
    "steam_id": "90286817397368857",
    "domain": null,
    "id": 11771236,
    "ip": "117.72.89.5",
    "port": 29015,
    "query": 29088,
    "project_id": null,
    "color": 0,
    "city": "Chaowai",
    "description": "【坚果】独家师徒玩法-新人进服即可拜师-出师领大奖\r\n【坚果】特色交易平台-玩家可以上架商品进行买卖的平台\r\n【坚果】独家种植堆肥副本打怪升级装备合成强化 \r\n【坚果】快捷菜单:/cd   月清服交流群:749543730\r\n【坚果】养老玩法:升级/强化/种植/堆肥/钓鱼/签到/任务/抽奖/交易\r\n【坚果】副本玩法:BOSS/挑战/突袭/复仇/战场/召唤/活动等各类副本\r\n【坚果】免费皮肤/额外背包和等级不清/做任务获取的金币和积分不清\r\n【坚果】专业运营全自动化管理\r\n【坚果】更多详情请点击“访问网页”登录坚果官网",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781013876,
    "last_online": 1781046627,
    "icon": null,
    "name": "坚果PVE-原倍养老/强化/挂机赚钱/6月新开",
    "connect": "117.72.89.5:29015",
    "request": "117.72.89.5:29088",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780996885,
    "last_update": 1781046627,
    "banned": false,
    "wipe": 1780981391,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2749,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Przykłady kodu

php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11771236");
$data = json_decode($json, true);
var_dump($data);