[NA] WOLFPACK.GG 10x [No BPs | Kits | Shop | TP | VIP] 的 API

我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/443339
json
{
  "response": {
    "fps": 38,
    "fps_avg": 37,
    "entities_count": 153402,
    "world_seed": 2117363439,
    "world_size": 4500,
    "steam_id": "90284169522843665",
    "domain": null,
    "id": 443339,
    "ip": "104.129.133.187",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![[NA] WOLFPACK.GG 10x [No BPs | Kits | Shop | TP | VIP]](https://cdn.wolfpack.gg/images/rust-server-banner.png)\nWelcome to WolfPack x10 Rust Server\r\n[10x Gather | Kits | Shop | TP | VIP | No Blueprints]\r\n\r\n\r\nRules\r\n- No racism or excessive toxicity in game chat.\r\n- No advertising in game chat.\r\n- No spamming in game chat.\r\n- No cheats, hacks, or exploits; you and your teammates will get banned.\r\n- Our gameban policy is as follows:\r\nOne banned alt is fine if banned over 180 days ago. Multiple banned alts are not allowed. If we find aren't within these guidelines you and your teammates will be banned.\r\n\r\n\r\nWebsite: wolfpack.gg\r\nStore: wolfpack.gg/store\r\nDiscord: discord.wolfpack.gg\r\nLinking: link.wolfpack.gg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": null,
    "last_online": 1775888417,
    "icon": null,
    "name": "[NA] WOLFPACK.GG 10x [No BPs | Kits | Shop | TP | VIP]",
    "connect": "104.129.133.187:28010",
    "request": "104.129.133.187:28015",
    "map": "WIPED x10 NOBPVP JUST MONTHLY",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779658,
    "last_update": 1775888417,
    "banned": false,
    "wipe": 1775152043,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2654,
    "language": "en",
    "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.cn/servers/443339");
$data = json_decode($json, true);
var_dump($data);