Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6648989
json
{
"response": {
"id": 6648989,
"ip": "172.96.141.188",
"port": 2343,
"query": 2343,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1743607106,
"score": 0,
"last_online": 1744108344,
"icon": null,
"name": "Loot-Z - [WIPED 3/28] Easy Gear Up, 3x Lootz, Base Building, RV",
"connect": "172.96.141.188:2342",
"request": "172.96.141.188:2343",
"map": "Deadfall",
"gamemode": "Loot-Z is best for new/returning/veteran players. Quickly gear",
"version": "1.27.159674",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1731487078,
"last_update": 1744108344,
"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/6648989");
$data = json_decode($json, true);
var_dump($data);