Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7064931json
{
"response": {
"steam_id": "90277300668747786",
"domain": null,
"id": 7064931,
"ip": "38.81.107.222",
"port": 26905,
"query": 26905,
"color": 0,
"city": null,
"description": null,
"game": 251570,
"owner": null,
"boosts": 1,
"last_offline": 1763703074,
"score": 0,
"last_online": 1764120019,
"icon": null,
"name": "BlewBarry Farms The Orchard v2.2 Overhaul",
"connect": "38.81.107.222:26905",
"request": "38.81.107.222:26905",
"map": "Hurtsogoodistan",
"gamemode": "7 Days To Die",
"version": "01.02.02",
"numplayers": 1,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1735737471,
"last_update": 1764120019,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"position_game": 475,
"app": {
"id": 49,
"steam_id": 251570,
"name": "7 Days to Die",
"url": "7-days-to-die",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7064931");
$data = json_decode($json, true);
var_dump($data);