Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8522716
json
{
"response": {
"id": 8522716,
"ip": "158.69.9.164",
"port": 26911,
"query": 26911,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1745948657,
"score": 0,
"last_online": 1746474764,
"icon": null,
"name": "XOX",
"connect": "158.69.9.164:26911",
"request": "158.69.9.164:26911",
"map": "VRisingWorld",
"gamemode": "73df6f1e-27a6-4c79-bdee-d2386a227758",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1744453560,
"last_update": 1746474764,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8522716");
$data = json_decode($json, true);
var_dump($data);