Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9586428
json
{
"response": {
"id": 9586428,
"ip": "185.179.190.45",
"port": 2302,
"query": 27016,
"color": 0,
"description": "Map. ADA 4x4 vehicle at first entrance. There are 4 safe trading zones. Sorting and combining items in the inventory.",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1755713727,
"score": 0,
"last_online": 1756271429,
"icon": null,
"name": "Tihoretsk Server PvE | ADA 4x4,Map,CargoSort,CodeLock",
"connect": "185.179.190.45:2302",
"request": "185.179.190.45:27016",
"map": "chernarusplus",
"gamemode": null,
"version": "1.28.160123",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750667882,
"last_update": 1756271429,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": 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/9586428");
$data = json_decode($json, true);
var_dump($data);