中国南方|新周目|PVE|群号491645703(8周目) 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11386463
json
{
  "response": {
    "steam_id": "85568392935181614",
    "domain": null,
    "id": 11386463,
    "ip": "202.189.15.21",
    "port": 41500,
    "query": 41500,
    "color": 0,
    "city": "Jinan",
    "description": null,
    "game": 304930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776816752,
    "score": 0,
    "last_online": 1776585099,
    "icon": null,
    "name": "中国南方|新周目|PVE|群号491645703(8周目)",
    "connect": "202.189.15.21:41500",
    "request": "202.189.15.21:41500",
    "map": "中国南方",
    "gamemode": "是的,我的朋友我们又双叒叕回来了",
    "version": "3.26.2.2",
    "numplayers": 0,
    "maxplayers": 46,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774596272,
    "last_update": 1776816752,
    "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": 796,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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