API for 顶上战争遗址|高强度PVE|阵营对抗|基地争夺|物�
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286318727480343",
"domain": null,
"id": 11648643,
"ip": "115.190.244.20",
"port": 36447,
"query": 36947,
"color": 0,
"city": "Beijing",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780473257,
"last_online": 1780572664,
"icon": null,
"name": "顶上战争遗址|高强度PVE|阵营对抗|基地争夺|物�",
"connect": "115.190.244.20:36447",
"request": "115.190.244.20:36947",
"map": "chernarusplus",
"gamemode": null,
"version": "129",
"numplayers": 0,
"maxplayers": 70,
"bots": 91,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780177631,
"last_update": 1780572664,
"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": 8424,
"language": "zh",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11648643");
$data = json_decode($json, true);
var_dump($data);