Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/1292478
json
{
"response": {
"id": 1292478,
"ip": "31.214.224.250",
"port": 29000,
"query": 29001,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "",
"game": 1024020,
"owner": null,
"boosts": 1,
"last_offline": 1740560776,
"score": null,
"last_online": 1743765680,
"icon": null,
"name": "8350 | EUROPE - DE",
"connect": "31.214.224.250:29000",
"request": "31.214.224.250:29001",
"map": "chernarusplus",
"gamemode": "Official DayZ Experimental game server",
"version": "1.27.159674",
"numplayers": 2,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1692537046,
"last_update": 1743765680,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 54695,
"steam_id": 1024020,
"name": "DayZ Experimental",
"url": "dayz-experimental",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/1292478");
$data = json_decode($json, true);
var_dump($data);