ZOMBIEMANIYA#3|V.1065|MEGALINE|0-200lvl 的 API

我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/3107974
json
{
  "response": {
    "steam_id": 90071992547409920,
    "domain": null,
    "id": 3107974,
    "ip": "95.31.20.232",
    "port": 7707,
    "query": 28852,
    "color": 0,
    "city": "Moscow",
    "description": "",
    "game": 1250,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775572384,
    "score": null,
    "last_online": 1775920223,
    "icon": null,
    "name": "ZOMBIEMANIYA#3|V.1065|MEGALINE|0-200lvl",
    "connect": "95.31.20.232:7707",
    "request": "95.31.20.232:28852",
    "map": "KF-Vostroya",
    "gamemode": "ZM Mod",
    "version": "1.0.6.5",
    "numplayers": 2,
    "maxplayers": 15,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 44,
    "add_date": 1708889000,
    "last_update": 1775920223,
    "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": 14,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 50,
      "steam_id": 1250,
      "name": "Killing Floor",
      "url": "killing-floor"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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