RustWipes.net Arena / Aim Train 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/6233833
json
{
  "response": {
    "fps": 104,
    "fps_avg": 100,
    "entities_count": 99271,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90285178993822739",
    "domain": null,
    "id": 6233833,
    "ip": "104.128.48.138",
    "port": 25567,
    "query": 27021,
    "color": 0,
    "city": "Chicago",
    "description": "![RustWipes.net Arena / Aim Train](https://github.com/tsmith165/rust_data/blob/main/global/rust_header_new.jpg?raw=true)\nTrain your skills and compete in various arena modes while earning rewards.\r\n\r\nSUPPORT: discord.gg/6fBzfsNTY7\r\nSTORE: rustwipes.net/kits\r\nSERVERS: rustwipes.net/servers\r\nDISCORD: discord.gg/6fBzfsNTY7\r\n\r\nWhat to expect:\r\n    - Arena Modes: Enjoy thrilling game modes like Capture The Flag (CTF), Gun Game, and Team Death Match, all set in custom arenas designed for fast-paced action.\r\n    - Aim Training Arenas: Hone your skills with multiple arenas dedicated to aim training, perfect for sharpening your precision.\r\n    - Global Credits: Earn credits while you play, which can be redeemed for rewards on our website at www.rustwipes.net.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776237113,
    "score": 0,
    "last_online": 1777667425,
    "icon": null,
    "name": "RustWipes.net Arena / Aim Train",
    "connect": "104.128.48.138:25567",
    "request": "104.128.48.138:27021",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1728486239,
    "last_update": 1777667425,
    "banned": false,
    "wipe": 1776237116,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3207,
    "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/6233833");
$data = json_decode($json, true);
var_dump($data);