API для +Alexand |X15LOOT|TRADER|BOATS|HELIS|EVENTS
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90291028062830622",
"domain": null,
"id": 13729082,
"ip": "77.105.133.127",
"port": 37046,
"query": 27047,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1786779030,
"last_online": 1786881632,
"icon": null,
"name": "+Alexand |X15LOOT|TRADER|BOATS|HELIS|EVENTS",
"connect": "77.105.133.127:37046",
"request": "77.105.133.127:27047",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 126,
"maxplayers": 127,
"bots": 126,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 129,
"add_date": 1786779030,
"last_update": 1786881632,
"ban_reason": "server.ban_reasons.fake_player_activity",
"banned": true,
"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": null,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13729082");
$data = json_decode($json, true);
var_dump($data);