Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8536930
json
{
"response": {
"id": 8536930,
"ip": "205.209.105.34",
"port": 20050,
"query": 20050,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1744625765,
"score": 0,
"last_online": 1747250493,
"icon": null,
"name": "MotorVerse | AI | Relaxed | Low Rain",
"connect": "205.209.105.34:20050",
"request": "205.209.105.34:20050",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.13",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1744463606,
"last_update": 1747250493,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 1564980,
"steam_id": 1369670,
"name": "Motor Town: Behind The Wheel",
"url": "motor-town-behind-the-wheel",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8536930");
$data = json_decode($json, true);
var_dump($data);