DayZ Experimental
[RU] PROVIN_71 Sakhal || PVE || 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/7483214json
{
"response": {
"steam_id": "90285150007580686",
"domain": null,
"id": 7483214,
"ip": "46.147.193.224",
"port": 2424,
"query": 2420,
"color": 0,
"city": "Tula",
"description": null,
"game": 1024020,
"owner": null,
"boosts": 1,
"last_offline": 1777440797,
"score": 0,
"last_online": 1777522262,
"icon": null,
"name": "[RU] PROVIN_71 Sakhal || PVE ||",
"connect": "46.147.193.224:2424",
"request": "46.147.193.224:2420",
"map": "sakhal",
"gamemode": null,
"version": "1.29.162270",
"numplayers": 0,
"maxplayers": 18,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739269625,
"last_update": 1777522262,
"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": 23,
"language": "ru",
"parked": false,
"app": {
"id": 54695,
"steam_id": 1024020,
"name": "DayZ Experimental",
"url": "dayz-experimental"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/7483214");
$data = json_decode($json, true);
var_dump($data);