[US]-RUST.GG x10 OG (06/04) BISEMANAL MAX5 的 API

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

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10757462
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "fps": 168,
    "fps_avg": 167,
    "entities_count": 30484,
    "world_seed": 1337,
    "world_size": 3000,
    "steam_id": "90284091658524680",
    "domain": null,
    "id": 10757462,
    "ip": "167.114.67.80",
    "port": 28015,
    "query": 28015,
    "color": 0,
    "city": "Montreal",
    "description": "![[US]-RUST.GG x10 OG (06/04) BISEMANAL MAX5](https://pbs.twimg.com/profile_images/1063940525558923264/v8BH64dI_400x400.jpg)\nWelcome To Rust.GG, With active admins and strong anticheat.\r\nServer X10 Sulfur x3 /skin /mymini /tp /kit /bgrade /trade... quarrys x10 Excavator x10, no burnt food, coal refinery+\r\n\r\nWipe weekly, Friday 20:00 CET 5 Players Maximum Team.\r\nGood Performance, Admins 24/7 (non-gamers), Anti-DDoS\r\nAnti-Cheat System.\r\nDiscord (VIEW WEBPAGE)\r\nFree skins request -> discord article of the workshop, auth of cabinets with Sam.\r\nFree pvp wipe kit at the end of wipe.\r\nPartners with AG Host LTD By Gorkin AGHost.uk \r\nNew Accounts With Less Than 96 Days Cannot Enter, Contact Discord. \r\nServer Create By VIP#3132 and sergioklv",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775655126,
    "score": 0,
    "last_online": 1775900413,
    "icon": null,
    "name": "[US]-RUST.GG x10 OG (06/04) BISEMANAL MAX5",
    "connect": "167.114.67.80:28015",
    "request": "167.114.67.80:28015",
    "map": "Rust.GG x10 Sulfur x3 Barren+",
    "gamemode": "Rust: Survival Mode",
    "version": "2275",
    "numplayers": 17,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1766255162,
    "last_update": 1775900413,
    "banned": false,
    "wipe": 1775431921,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 885,
    "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/10757462");
$data = json_decode($json, true);
var_dump($data);