[LATAM/BRASIL] MARRAM.COM.BR - UCRÂNIVA vs RÚSSIA - CONFLITO MODERNO - HELI - DRONES - ARMAS 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11492053
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11492053,
    "ip": "181.214.48.19",
    "port": 2000,
    "query": 2001,
    "color": 0,
    "city": "São Paulo",
    "description": null,
    "game": 1874880,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778395981,
    "score": 0,
    "last_online": 1778521870,
    "icon": null,
    "name": "[LATAM/BRASIL] MARRAM.COM.BR - UCRÂNIVA vs RÚSSIA - CONFLITO MODERNO - HELI - DRONES - ARMAS",
    "connect": "181.214.48.19:2000",
    "request": "181.214.48.19:2001",
    "map": "[WCS] Serhiivka - AAS #1",
    "gamemode": "Arma Reforger",
    "version": "1.6.0.119",
    "numplayers": 1,
    "maxplayers": 128,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 31,
    "add_date": 1778020435,
    "last_update": 1778521870,
    "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": 18,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 55076,
      "steam_id": 1874880,
      "name": "Arma Reforger",
      "url": "arma-reforger"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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