Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7042384
json
{
"response": {
"id": 7042384,
"ip": "94.130.135.88",
"port": 7877,
"query": 27515,
"owner_name": "Highlander",
"owner_avatar": "no.jpg",
"color": 0,
"description": null,
"game": 440900,
"owner": 97193,
"boosts": 1,
"last_offline": 1745651039,
"score": 0,
"last_online": 1746724842,
"icon": null,
"name": "[GER][PVE]Gaming-Fun-18+VAM/AOC",
"connect": "94.130.135.88:7877",
"request": "94.130.135.88:27515",
"map": "The Exiled Lands",
"gamemode": "Conan Exiles",
"version": "",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1735553988,
"last_update": 1746724842,
"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": {
"username": "Highlander",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7042384");
$data = json_decode($json, true);
var_dump($data);