[EU] SAKA 3X | QUAD | HOME | TP | KITS 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11158805
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 89963,
    "world_seed": 55555,
    "world_size": 3750,
    "steam_id": "90284796827929604",
    "domain": null,
    "id": 11158805,
    "ip": "185.29.166.137",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Amsterdam",
    "description": "![[EU] SAKA 3X | QUAD | HOME | TP | KITS](https://files.facepunch.com/Alistair/122/04/2025/6J27/jungleUpdate_biome_02.jpg)\n\r\n>Team Limit is 4 Players and Alliances are Forbidden! \r\n>Macro, Script and Cheat Usage is Prohibited! \r\n>SkinBox and Discord Kit are Free to Use. \r\n>Junk Items Have Been Removed from Loots. \r\n>SAM Site Authorization System is Available. \r\n>Trade System is Available. \r\n>MiniCopters Spawn on Roads. \r\n>There is No Night on the Server. \r\n>Clan Auto Authorization and BluePrint Sharing System is Available.\r\n\r\n www.zulabank.com | discord.gg/saka |",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776744202,
    "score": 0,
    "last_online": 1776852621,
    "icon": null,
    "name": "[EU] SAKA 3X | QUAD | HOME | TP | KITS",
    "connect": "185.29.166.137:28015",
    "request": "185.29.166.137:28017",
    "map": "www.zulabank.com",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228117,
    "last_update": 1776852621,
    "banned": false,
    "wipe": 1776592537,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4621,
    "language": "nl",
    "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/11158805");
$data = json_decode($json, true);
var_dump($data);