Unturned
API для [不鸽BuGelll] 纯净PVP | 德国 Germany | 物品全掉—困
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10706655json
{
"response": {
"steam_id": "85568392935715835",
"domain": null,
"id": 10706655,
"ip": "111.170.174.7",
"port": 35678,
"query": 35678,
"color": 0,
"city": "Shizishan",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775658129,
"score": 0,
"last_online": 1776117038,
"icon": "https://s41.ax1x.com/2026/01/16/pZsYBpq.png",
"name": "[不鸽BuGelll] 纯净PVP | 德国 Germany | 物品全掉—困",
"connect": "111.170.174.7:35678",
"request": "111.170.174.7:35678",
"map": "Germany",
"gamemode": "物资全掉困难玩法 | 国内顶尖纯净 |",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 99,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1765124985,
"last_update": 1776117038,
"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": 362,
"language": "zh",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10706655");
$data = json_decode($json, true);
var_dump($data);