『燒糾團』-跳躍服<04/14更> 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/3095025
json
{
  "response": {
    "steam_id": "90284736396296217",
    "domain": null,
    "id": 3095025,
    "ip": "114.35.7.93",
    "port": 27017,
    "query": 27017,
    "color": 0,
    "city": "Douliu",
    "description": "",
    "game": 10,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772690542,
    "score": null,
    "last_online": 1776814257,
    "icon": null,
    "name": "『燒糾團』-跳躍服<04/14更>",
    "connect": "114.35.7.93:27017",
    "request": "114.35.7.93:27017",
    "map": "kz_mls_infinity_h",
    "gamemode": "#KZ Server",
    "version": "1.1.2.7/Stdio",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 2,
    "secured": true,
    "private": false,
    "country": "TW",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1708881354,
    "last_update": 1776814257,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5209,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 3,
      "steam_id": 10,
      "name": "Counter-Strike",
      "url": "counter-strike"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/3095025");
$data = json_decode($json, true);
var_dump($data);