World War Rust SLAYERS.GG 1000x PVE KITS|XP|TP|PVP/RAID Zones 的 API

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

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/9528155
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 120732,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284195831484419",
    "domain": null,
    "id": 9528155,
    "ip": "168.100.160.18",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Ashburn",
    "description": "![World War Rust SLAYERS.GG 1000x PVE KITS|XP|TP|PVP/RAID Zones](https://cdn3.mapstr.gg/da287842bcfd043143e35c19bf2be591.jpg)\n★ [US] World War Rust SLAYERS.GG 1000x PVE/PVP | The #1 Rust Experience! \r\n\r\nVIP: slayers.gg | discord.gg/slayersgg | Wipe: Monthly Thur 2pm est\r\n\r\nFeatures: \r\n• Monuments/Events are PVP/RAID Zones! 6 Build and Raid Islands! \r\n• FREE SKIN, BGRADE, REMOVER TOOL, MINI, PLANES and Roaming Zombies! \r\n• FLY PLANES! Starwars Plane, UFO, F15, Batbike, MarioKart, Semitruck! \r\n• Skins, Stats, Heli, Kits, TP, Homes, Shop, Weed and Cooking Plugin \r\n• Buy Raidable Bases with /Buyraid \r\n• Armored Train, Convoy, Sputnik, Heavy Oilrig and Airfield Events \r\n• XP MMO Leveling System with Specs, Skills and Talents \r\n• RP Buyable Patrol Helicopter and Bradley \r\n• GunGame Arena every 45 Minutes! /ggjoin /eventvote \r\n• Buildable Custom Monuments \r\n• Purge Day is Final 24 Hours of Wipe! \r\n• Bases/Players removed after 3 days of Inactivity \r\n• You/Teammate must Logon once every 3 days to keep your base \r\n• Join the FUN! \r\n\r\nServer rules: \r\n1. No Hacking, glitching, or exploiting. \r\n2. Respect Staff. \r\n3. No foundation or item spam. \r\n4. No Slurs, racism, hate speech or toxicity. \r\n5. 10 Man Clan Limit. \r\n6. Do not call out Hackers in Global Chat, report them with F7 Report and Discord Ticket. \r\n7. NO TC Griefing Players Bases, Bannable Offense. \r\n8. No Griefing, Trolling, Stealing or Bothering other players in any way in PVE Zones. \r\n8. DO NOT build half inside/half outside PVP/Raid Zones. Turrets can not fire in/out of Zones griefing them. \r\n9. No Turret/Trap placement near or around PVP Zones! No Trap Bases. Turn off all Turrets until Purge Day!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": 0,
    "last_online": 1775899813,
    "icon": null,
    "name": "World War Rust SLAYERS.GG 1000x PVE KITS|XP|TP|PVP/RAID Zones",
    "connect": "168.100.160.18:28015",
    "request": "168.100.160.18:28017",
    "map": "Fly Jets, Planes and UFOs!",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1750538001,
    "last_update": 1775899813,
    "banned": false,
    "wipe": 1775151658,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1864,
    "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/9528155");
$data = json_decode($json, true);
var_dump($data);