Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6559139
json
{
"response": {
"id": 6559139,
"ip": "85.190.163.34",
"port": 22001,
"query": 22001,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1744216737,
"score": 0,
"last_online": 1744405881,
"icon": null,
"name": "The Empire gameserver",
"connect": "85.190.163.34:22000",
"request": "85.190.163.34:22001",
"map": "sakhal",
"gamemode": "DayZ gameserver hosted by nitrado.net",
"version": "1.27.159674",
"numplayers": 2,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1730655565,
"last_update": 1744405881,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6559139");
$data = json_decode($json, true);
var_dump($data);