[NA] RUSTVENTURE.GG 3X (MAX5) Vanilla+ NOOB FRIENDLY 的 API

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

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11305928
json
{
  "response": {
    "fps": 59,
    "fps_avg": 58,
    "entities_count": 96635,
    "world_seed": 1337,
    "world_size": 4250,
    "steam_id": "90284217606096905",
    "domain": null,
    "id": 11305928,
    "ip": "66.51.99.55",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "city": "Dallas",
    "description": "![[NA] RUSTVENTURE.GG 3X (MAX5) Vanilla+ NOOB FRIENDLY](https://i.ibb.co/6crX3Zvf/rustventure-logo.png)\nWELCOME TO RUSTVENTURE.GG\r\n-CUSTOM Anti-Cheat\r\n-Wipes MONTHLY\r\n-3x Rates\r\n-Team: Max.5\r\n-50%UpKeep\r\n-Custom Events\r\n-Auto Turret Authorization\r\n-Auto Doors\r\n-No Turret Limit\r\n-Clans\r\n-Max 50 Sleeping Bags\r\n-Ultimate Leaderboards\r\n-Free Kits (No P2W)\r\n-Free Skinbox\r\n-BGrade\r\n-Better TC\r\n-Balanced Crates\r\n-Ranks\r\n-More Vending Machines at Outpost\r\n-Outpost Casino Wheel\r\n-Airwolf\r\n-Test Generator\r\n-Custom BoomBox\r\n-Ganja 2.0\r\n-No Teleport\r\n-No Trade\r\n-No MyMini\r\n-No Remover Tool\r\n JOIN OUR DISCORD: discord.gg/rustventure",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": 0,
    "last_online": 1775906417,
    "icon": null,
    "name": "[NA] RUSTVENTURE.GG 3X (MAX5) Vanilla+ NOOB FRIENDLY",
    "connect": "66.51.99.55:28000",
    "request": "66.51.99.55:28001",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592904,
    "last_update": 1775906417,
    "banned": false,
    "wipe": 1775832618,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5674,
    "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/11305928");
$data = json_decode($json, true);
var_dump($data);