API для Unturned
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "PVE,CHn,NRM,2Pp,WSy,F2P,BEy,<net>sns</net>",
"os": "w",
"product": "Unturned",
"region": -1,
"steam_id": "90289177129244692",
"domain": null,
"id": 12366277,
"ip": "220.197.73.162",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Jinrongjie",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1784657535,
"last_online": 1784373087,
"icon": null,
"name": "Unturned",
"connect": "220.197.73.162:27015",
"request": "220.197.73.162:27015",
"map": "中国南方",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": null,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784359873,
"last_update": 1784657535,
"ban_reason": null,
"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": 11930,
"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/12366277");
$data = json_decode($json, true);
var_dump($data);