[EU/EN] New Player Welcome l Vanilla Conflict PVP | 1st Person | 120fps 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/8537251
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 8537251,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": null,
    "game": 1874880,
    "owner": 115382,
    "boosts": 1,
    "last_offline": 1750457066,
    "score": 5,
    "last_online": 1745787631,
    "icon": null,
    "name": "[EU/EN] New Player Welcome l Vanilla Conflict PVP | 1st Person | 120fps",
    "connect": null,
    "request": null,
    "map": "#AR-Campaign_ScenarioName_Everon",
    "gamemode": "Arma Reforger",
    "version": null,
    "numplayers": 0,
    "maxplayers": 128,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1744530132,
    "last_update": 1750457066,
    "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": 43,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 55076,
      "steam_id": 1874880,
      "name": "Arma Reforger",
      "url": "arma-reforger"
    },
    "server_owner": {
      "username": "Balu",
      "avatar": "f7bb5a63-f9df-4327-93ec-a5491d794a86.jpg",
      "last_online": 1744635201
    },
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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