API for 曙光加州|PVE|困难养老|白名单内测中
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "85568392935475991",
"domain": null,
"id": 11578696,
"ip": "110.42.51.196",
"port": 27911,
"query": 27911,
"project_id": null,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1781002415,
"last_online": 1780698672,
"icon": "https://s41.ax1x.com/2026/02/24/pZvKlTO.png",
"name": "曙光加州|PVE|困难养老|白名单内测中",
"connect": "110.42.51.196:27911",
"request": "110.42.51.196:27911",
"map": "California2.0",
"gamemode": "你知道的,我从来都不�",
"version": "3.26.3.2",
"numplayers": 0,
"maxplayers": 48,
"bots": 0,
"secured": true,
"private": true,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779356932,
"last_update": 1781002415,
"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": 1979,
"language": "zh",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11578696");
$data = json_decode($json, true);
var_dump($data);