RustOps - Solo/Duo/Trio/Quad | FULLWIPE 21/04 21.04 04/21 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10870265
json
{
  "response": {
    "steam_id": "90284741973519377",
    "domain": null,
    "id": 10870265,
    "ip": "193.25.252.119",
    "port": 28166,
    "query": 28167,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![RustOps - Solo/Duo/Trio/Quad | FULLWIPE 21/04 21.04 04/21](https://i.postimg.cc/hPdW7hFq/quad.png)\nRustOps — High-performance vanilla servers with ultra-low ping, active staff, and smart balancing to keep fights fair, wipes fresh, and every session feeling smooth and competitive.\r\n \r\n Skip Queue: https://rustops.org/shop\r\n Discord: discord.gg/rustops , https://rustops.org/discord\r\n Rules: https://rustops.org/rules\r\n \r\n → Group Limit: 4 QUAD\r\n → Map Size: 3600\r\n \r\n Wipe Schedule:\r\n - Full wipe every Tuesday and Saturdays\r\n \r\n Administration:\r\n - Our admin team operates on a strict hands-off approach, we monitor the server actively but only enter the game when intervention is genuinely required\r\n \r\n Full Info: https://rustops.org",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776823398,
    "score": 0,
    "last_online": 1776821422,
    "icon": null,
    "name": "RustOps - Solo/Duo/Trio/Quad | FULLWIPE 21/04 21.04 04/21",
    "connect": "193.25.252.119:28166",
    "request": "193.25.252.119:28167",
    "map": "Wiped 10 hours ago",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 215,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 1,
    "add_date": 1768318403,
    "last_update": 1776823398,
    "banned": false,
    "wipe": 1776781494,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7763,
    "language": "de",
    "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/10870265");
$data = json_decode($json, true);
var_dump($data);