API для +Criminal |X15LOOT|TRADER|BOATS|HELIS|EVENTS
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90291028032675842",
"domain": null,
"id": 13731483,
"ip": "77.105.133.131",
"port": 37130,
"query": 27131,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1786876554,
"last_online": 1786881761,
"icon": null,
"name": "+Criminal |X15LOOT|TRADER|BOATS|HELIS|EVENTS",
"connect": "77.105.133.131:37130",
"request": "77.105.133.131:27131",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 88,
"maxplayers": 90,
"bots": 88,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1786791025,
"last_update": 1786881761,
"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/13731483");
$data = json_decode($json, true);
var_dump($data);