Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7335842
json
{
"response": {
"id": 7335842,
"ip": "216.225.150.202",
"port": 27096,
"query": 27096,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1745015031,
"score": 0,
"last_online": 1745076721,
"icon": null,
"name": "Black Knight Comunidad Hispana discord.gg/yQecTWBrWy",
"connect": "216.225.150.202:27095",
"request": "216.225.150.202:27096",
"map": null,
"gamemode": "Waiting",
"version": "2.18.152405",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1736931804,
"last_update": 1745076721,
"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/7335842");
$data = json_decode($json, true);
var_dump($data);