Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7477615
json
{
"response": {
"id": 7477615,
"ip": "125.253.24.24",
"port": 27015,
"query": 27015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 440900,
"owner": null,
"boosts": 1,
"last_offline": 1743049615,
"score": 0,
"last_online": 1743586278,
"icon": null,
"name": "Evads-Conan-Server",
"connect": "125.253.24.24:8777",
"request": "125.253.24.24:27015",
"map": "The Exiled Lands",
"gamemode": "Conan Exiles",
"version": "",
"numplayers": 2,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1739267824,
"last_update": 1743586278,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7477615");
$data = json_decode($json, true);
var_dump($data);