Unturned
API for [Asia] 新手大礼包|闯关僵尸猎场|锻造|死亡不掉
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10997358json
{
"response": {
"steam_id": "85568392935762535",
"domain": null,
"id": 10997358,
"ip": "110.42.47.83",
"port": 22067,
"query": 22067,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776392016,
"score": 0,
"last_online": 1776607832,
"icon": "https://img.skyxk.cn/images/2025/07/05/giLlT.png",
"name": "[Asia] 新手大礼包|闯关僵尸猎场|锻造|死亡不掉",
"connect": "110.42.47.83:22067",
"request": "110.42.47.83:22067",
"map": "中国南方+",
"gamemode": "heiheiheiQAQheiheiheiQAQheiheihe",
"version": "3.26.2.2",
"numplayers": 22,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1769905754,
"last_update": 1776607832,
"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": 32,
"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/10997358");
$data = json_decode($json, true);
var_dump($data);