API для [UNON]⑨服|Buak|纯净PVE|公益|原味创采
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392931883918",
"domain": null,
"id": 11578431,
"ip": "113.133.32.30",
"port": 25460,
"query": 25460,
"project_id": null,
"color": 0,
"city": "Xi'an",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1780390472,
"last_online": 1780741260,
"icon": "https://s1.ax1x.com/2023/05/05/p9UBLp6.jpg",
"name": "[UNON]⑨服|Buak|纯净PVE|公益|原味创采",
"connect": "113.133.32.30:25460",
"request": "113.133.32.30:25460",
"map": "Buak",
"gamemode": "₮死亡不掉-建筑无敌",
"version": "3.26.3.2",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779356920,
"last_update": 1780741260,
"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": 792,
"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/11578431");
$data = json_decode($json, true);
var_dump($data);