[EU] Wild Sanctuary • Battlefield x10 • SHOP/KITS/EVENTS 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10714418
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 43845,
    "world_seed": 1337,
    "world_size": 2850,
    "steam_id": "90285195421885468",
    "domain": null,
    "id": 10714418,
    "ip": "162.19.94.28",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Gravelines",
    "description": "![[EU] Wild Sanctuary • Battlefield x10 • SHOP/KITS/EVENTS](https://i.postimg.cc/Xqg9DPMW/Design-sans-titre.png)\n.:Welcome to Wild Sanctuary:.\r\n\r\n→Battlefield x10 server focused on constant PVP and fast progression.\r\n→Everything is configured to reduce grind and maximize action.\r\n\r\n\r\n↙↙↙↙ Press the 'SITE WEB EXTERNE' button to join our Discord !\r\n\r\n===RATES===\r\n•Gather & Comps x10\r\n•Custom stacksize\r\n•Optimized furnaces and recyclers\r\n===GAMEPLAY===\r\n•Economy\r\n•Kits/Shop\r\n===PRO===\r\n•Mutiple Events\r\n===PROGRESSION===\r\n•Battle Pass\r\n•Fast paced gameplay without downtime",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776139317,
    "score": 0,
    "last_online": 1777663225,
    "icon": null,
    "name": "[EU] Wild Sanctuary • Battlefield x10 • SHOP/KITS/EVENTS",
    "connect": "162.19.94.28:28015",
    "request": "162.19.94.28:28016",
    "map": "Procedural FPS+ | Battlefield",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1765132154,
    "last_update": 1777663225,
    "banned": false,
    "wipe": 1775157608,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4107,
    "language": "fr",
    "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/10714418");
$data = json_decode($json, true);
var_dump($data);