HavocRust.gg - 2x Main One Grid | Solo/Duo/Trio | 1 Grid 的 API

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

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10939369
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 12051,
    "world_seed": 1,
    "world_size": 2500,
    "steam_id": "90284194179885081",
    "domain": null,
    "id": 10939369,
    "ip": "168.100.163.205",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Dallas",
    "description": "![HavocRust.gg - 2x Main One Grid | Solo/Duo/Trio | 1 Grid](https://i.imgur.com/YPnk2Vc.png)\nWelcome To HavocRust.gg - 2x Main One Grid | Solo/Duo/Trio | 1 Grid!\r\n- Relaunch of our Old Servers! Lets Revive One Grids!\r\n\r\n> Group Limit: Trio (3) - No Exceptions!\r\n> Wipe Schedule: Mondays & Fridays @ 3PM EST U.S Timezone\r\n> Blueprints: Wipe Monthly On Force Wipe\r\n> 2x Gather/Loot , Faster Recycling , Faster Crafting\r\n\r\nHavocRust.gg Perks:\r\n- Custom Maps, New Monuments, and a Unique Playstyle\r\n- High Performance Servers & DDOS Protected\r\n- Active Staff & Constant Updates\r\n\r\nCheck Out Our Store & Support The Server:\r\n@ www.HavocRust.tebex.io",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": 0,
    "last_online": 1775906417,
    "icon": null,
    "name": "HavocRust.gg - 2x Main One Grid | Solo/Duo/Trio | 1 Grid",
    "connect": "168.100.163.205:28015",
    "request": "168.100.163.205:28016",
    "map": "Havoc OG One-Grid",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768494589,
    "last_update": 1775906417,
    "banned": false,
    "wipe": 1775847548,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4710,
    "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/10939369");
$data = json_decode($json, true);
var_dump($data);