Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8418223
json
{
"response": {
"id": 8418223,
"ip": "160.202.167.13",
"port": 2469,
"query": 2469,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1745416585,
"score": 0,
"last_online": 1746192056,
"icon": null,
"name": "=A Vietnam Story 1965~1969= S.O.G. Prairie Fire - NO CAS",
"connect": "160.202.167.13:2469",
"request": "160.202.167.13:2469",
"map": "cam_lao_nam",
"gamemode": "Mike Force (v1.00.03)",
"version": "2.18.152405",
"numplayers": 14,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 44,
"add_date": 1743848357,
"last_update": 1746192056,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8418223");
$data = json_decode($json, true);
var_dump($data);