Arma 2: DayZ Mod
[Pendulum]DayZ Mod Oldschool Chernarus 2012/13 <WIPED 2026-01> 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/4692665json
{
"response": {
"steam_id": "90284830625146892",
"domain": null,
"id": 4692665,
"ip": "85.215.182.53",
"port": 2316,
"query": 2317,
"color": 0,
"city": "Frankfurt am Main",
"description": "",
"game": 224580,
"owner": null,
"boosts": 1,
"last_offline": 1772538691,
"score": 0,
"last_online": 1776896419,
"icon": null,
"name": "[Pendulum]DayZ Mod Oldschool Chernarus 2012/13 <WIPED 2026-01>",
"connect": "85.215.182.53:2316",
"request": "85.215.182.53:2317",
"map": "Chernarus",
"gamemode": "DayZ Mod",
"version": "1.64.144629",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1717761844,
"last_update": 1776896419,
"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": 2,
"language": "de",
"parked": false,
"app": {
"id": 33381,
"steam_id": 224580,
"name": "Arma 2: DayZ Mod",
"url": "arma-2-dayz-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/4692665");
$data = json_decode($json, true);
var_dump($data);