Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7483268json
{
"response": {
"steam_id": "90277488040635419",
"domain": null,
"id": 7483268,
"ip": "148.113.198.61",
"port": 7780,
"query": 27018,
"color": 0,
"city": null,
"description": null,
"game": 1088090,
"owner": null,
"boosts": 1,
"last_offline": 1763235692,
"score": 0,
"last_online": 1764124811,
"icon": null,
"name": "[Official NA] Sanctuary",
"connect": "148.113.198.61:7780",
"request": "148.113.198.61:27018",
"map": null,
"gamemode": "Day of Dragons",
"version": "1.0.0.0",
"numplayers": 97,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 104,
"add_date": 1739269631,
"last_update": 1764124811,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"position_game": 1,
"app": {
"id": 45862,
"steam_id": 1088090,
"name": "Day of Dragons",
"url": "day-of-dragons",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7483268");
$data = json_decode($json, true);
var_dump($data);