API für 【柒月PVE】原倍|耐玩|萌新|特色玩法| 4.25

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11435711
json
{
  "response": {
    "fps": 74,
    "fps_avg": 81,
    "entities_count": 117706,
    "world_seed": 610495923,
    "world_size": 4500,
    "steam_id": "90284967708157975",
    "domain": null,
    "id": 11435711,
    "ip": "114.66.33.231",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Beijing",
    "description": "![【柒月PVE】原倍|耐玩|萌新|特色玩法| 4.25](https://p0.ssl.qhimgs1.com/t04a0cc4310fcd199f6.jpg)\n加入我们,开启你的 RUST 传奇\r\n 这里没有 萌新就该被虐 的歪风,只有互帮互助的温暖社区!不管你是第一次拿石头敲树,还是想找队友组队开黑,都能快速找到归属感~ 服务器稳定无卡顿,活动持续更新,生存之旅从此不再孤单!防止找不到服务器,建议添加QQ群:777245402 祝大家玩的开心!\r\n  1:火箭发射场活动:击落大型无人机,定时开启的终极狂欢!\r\n 2:机场特殊事件:随机刷出双倍空投补给箱,伴随坦克武直守卫 \r\n 3:流星雨事件:天降大量矿石,油桶(有辐射)\r\n 4:硬核小油井挑战:破解简易谜题,炸坦克,打飞机,破开货轮大门夺取大量稀有资源,新手也能玩转硬核内容,战斗~爽! \r\n 5:NPC车队运镖抢劫行动:移动的资源宝库来了!定时刷新的 NPC 运镖车队(陆路,铁路,难度分级,新手就能拦截,解锁满车厢物资,零风险loot.\r\n 6:可突袭NPC基地. \r\n7:玩家废弃基地:无人认领的玩家基地.既能练手 PVP 技巧,又能捡现成资源,零风险体验抄家快乐 \r\n 8:中后期随机地图 BOSS:雷电法王杨永信、小鬼单刀赴会等强力 BOSS 随机刷新,掉落稀有材料\r\n 9:/SHOP商店:用基础资源就能兑换高级物资,虚拟矿机直接买 —— 躺着自动产矿石,彻底解放双手,专注享受游戏乐趣\r\n 10:NPC 复仇事件:概率触发的趣味彩蛋!突袭 NPC 基地后可能被 AI 小队 寻仇,掉落额外惊喜奖励。\r\n 11:动态纪念碑挑战:纪念碑由精英守卫驻守,武装直升机巡航,突破防线即可解锁加密密码箱。",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777150403,
    "score": 0,
    "last_online": 1777164028,
    "icon": null,
    "name": "【柒月PVE】原倍|耐玩|萌新|特色玩法| 4.25",
    "connect": "114.66.33.231:28015",
    "request": "114.66.33.231:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977202,
    "last_update": 1777164028,
    "banned": false,
    "wipe": 1777100432,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5223,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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