Unturned
API для 纯净工艺 · 原野 #5 - A6 Polaris: 北极星
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11173165json
{
"response": {
"steam_id": "85568392935927936",
"domain": null,
"id": 11173165,
"ip": "43.248.99.224",
"port": 27028,
"query": 27028,
"color": 0,
"city": "Zhenjiang",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776068585,
"score": 0,
"last_online": 1776106833,
"icon": "https://img.astlora.cn/logo/p.png",
"name": "纯净工艺 · 原野 #5 - A6 Polaris: 北极星",
"connect": "43.248.99.224:27028",
"request": "43.248.99.224:27028",
"map": "A6 Polaris",
"gamemode": "公益 PVP 多插件 高倍 死亡不掉",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 48,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229142,
"last_update": 1776106833,
"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": 528,
"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/11173165");
$data = json_decode($json, true);
var_dump($data);