Unturned
25 БЕСПЛАТНЫХ КИТОВ ★ AIR #1 PEI 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10423026json
{
"response": {
"steam_id": "85568392935383711",
"domain": null,
"id": 10423026,
"ip": "212.22.92.5",
"port": 27111,
"query": 27111,
"color": 0,
"city": "Moscow",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775147532,
"score": 0,
"last_online": 1776255635,
"icon": "https://images2.imgbox.com/3c/0e/tmFGf74Y_o.png",
"name": "25 БЕСПЛАТНЫХ КИТОВ ★ AIR #1 PEI",
"connect": "212.22.92.5:27111",
"request": "212.22.92.5:27111",
"map": "PEI",
"gamemode": "25 КИТОВ",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 55,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1759826613,
"last_update": 1776255635,
"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": 309,
"language": "ru",
"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.cn/servers/10423026");
$data = json_decode($json, true);
var_dump($data);