Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/202685
json
{
"response": {
"id": 202685,
"ip": "109.237.109.80",
"port": 27021,
"query": 27021,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "",
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1743012461,
"score": null,
"last_online": 1745858587,
"icon": null,
"name": "••AWP•Убийственный•https://awpservermrd.ru",
"connect": "109.237.109.80:27021",
"request": "109.237.109.80:27021",
"map": "awp_lego__2023",
"gamemode": "!lk•!VIP•100 TICK•fast dl•",
"version": "9540945",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "KP",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1558611976,
"last_update": 1745858587,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/202685");
$data = json_decode($json, true);
var_dump($data);