WARBANDITS.GG 5X |Solo/Duo/Trio|Loot+|TP|Kits|x5 JUST WIPED 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/7562861
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 82627,
    "world_seed": 2133540564,
    "world_size": 3400,
    "steam_id": "90284385248364544",
    "domain": null,
    "id": 7562861,
    "ip": "64.40.8.100",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![WARBANDITS.GG 5X |Solo/Duo/Trio|Loot+|TP|Kits|x5 JUST WIPED](https://cdn.warbandits.gg/banners/us5xtrio.jpg)\nWelcome to WarBandits.gg 5x Solo/Duo/Trio! \r\nOn our servers we provide the best Rust gameplay. We run multiple balanced plugins to improve the quality of the game. Our servers also run on the best Network & Hardware possible to improve your ingame experience on our servers! \r\n - 5x Gather Rates \r\n - Instant crafting \r\n - Custom loot tables made for PVP \r\n - Recyclers at additional monuments \r\n - Custom High Performance Maps \r\n - All Tier 1 BPs unlocked & electrical  \r\n - Long Days & Short Nights \r\n - Group Limit: 3 \r\n - Active Staff \r\n - Fast Smelt \r\n Make sure to join our discord server before playing by pressing the view webpage button or by visiting the link warbandits.gg/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776217312,
    "score": 0,
    "last_online": 1776314413,
    "icon": null,
    "name": "WARBANDITS.GG 5X |Solo/Duo/Trio|Loot+|TP|Kits|x5 JUST WIPED",
    "connect": "64.40.8.100:28010",
    "request": "64.40.8.100:28015",
    "map": "Wiped 34 Hours ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1739440524,
    "last_update": 1776314413,
    "banned": false,
    "wipe": 1776189434,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1589,
    "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/7562861");
$data = json_decode($json, true);
var_dump($data);