BattleServer x10000000000 (10B) |AU|PVP|KITS|TELEPORTS|MYMINI| 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11189610
json
{
  "response": {
    "fps": 36,
    "fps_avg": 34,
    "entities_count": 95520,
    "world_seed": 44501,
    "world_size": 3500,
    "steam_id": "90284789580815371",
    "domain": null,
    "id": 11189610,
    "ip": "103.212.227.49",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Canberra",
    "description": "![BattleServer x10000000000 (10B) |AU|PVP|KITS|TELEPORTS|MYMINI|](https://russeldelrosario.com/BattleServer/Web-Banner-PVP.png)\nx10000000000 (10B) Server! \r\n Gets you right into battle! \r\n No farming needed. Kits will provide what you need to get to the action right away! \r\n \r\n【Server Features】 \r\n    • Dedicated Server Hosting \r\n    • Spawns with resources and an AK kit \r\n    • Kits \r\n    • Leaderboards \r\n    • Customisable Loadouts \r\n    • Teleports (home and tpr) \r\n    • Raidbale Bases \r\n    • Npc Raiders \r\n    • Defendable Bases \r\n    • Sputnik \r\n    • Caravan \r\n    • Convoy \r\n    • Shipwreck \r\n    • Plane Crash \r\n    • Gas Station Event \r\n    • Meteor \r\n    • Build Water Bases \r\n\r\n【Ranked Features】 \r\n    • Auto Building Upgrade (Bgrade) \r\n    • Instant Crafting \r\n    • No components crafting (Excl. CCTV|Targeting Computer|Tech Trash) \r\n    • Spawn minis|scrap helis|attack helis - No CD \r\n    • Auto Turret Loadout \r\n    • Airstikes \r\n    • Prod \r\n    • Base Repair \r\n    • Change Name Colour \r\n \r\n【Features & Perks】\r\n  Additional Features and Perks can be found in our discord or website below: \r\n    • web: store.battleserver.gg \r\n    • discord: https://discord.gg/g2Rt9bZGRC \r\n    • Server: au.battleserver.gg:28025",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776432205,
    "score": 0,
    "last_online": 1776886821,
    "icon": null,
    "name": "BattleServer x10000000000 (10B) |AU|PVP|KITS|TELEPORTS|MYMINI|",
    "connect": "103.212.227.49:28025",
    "request": "103.212.227.49:28027",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 3,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1772699062,
    "last_update": 1776886821,
    "banned": false,
    "wipe": 1776432515,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1822,
    "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/11189610");
$data = json_decode($json, true);
var_dump($data);