[HIDE-CS.EU] HNS-BLOCKMAKER [100aa|XP|UPDATED|WEAPONS|NOSLOW] 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/4470080
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 4470080,
    "ip": "185.80.130.75",
    "port": 27019,
    "query": 27019,
    "color": 0,
    "city": "Vilnius",
    "description": "",
    "game": 10,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775762526,
    "score": 0,
    "last_online": 1776785438,
    "icon": null,
    "name": "[HIDE-CS.EU] HNS-BLOCKMAKER [100aa|XP|UPDATED|WEAPONS|NOSLOW]",
    "connect": "185.80.130.75:27019",
    "request": "185.80.130.75:27019",
    "map": "gpark_village4",
    "gamemode": "HIDE-CS",
    "version": "1.1.2.7/Stdio",
    "numplayers": 1,
    "maxplayers": 21,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "LT",
    "status": true,
    "votes": 0,
    "points": 33,
    "add_date": 1716818076,
    "last_update": 1776785438,
    "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": 3799,
    "language": "lt",
    "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/4470080");
$data = json_decode($json, true);
var_dump($data);