Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6770918
json
{
"response": {
"id": 6770918,
"ip": "208.109.246.79",
"port": 27017,
"query": 27017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1741472820,
"score": 0,
"last_online": 1743813682,
"icon": null,
"name": "Big Wheel Trucking - Drivers Earn Daily Bonus",
"connect": "208.109.246.79:27016",
"request": "208.109.246.79:27017",
"map": "/map/usa.mbd",
"gamemode": "Drive & Earn - Join Our VTC @ bwtdrivers.com",
"version": "1.0.0.0",
"numplayers": 3,
"maxplayers": 8,
"bots": 3,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1732824962,
"last_update": 1743813682,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6770918");
$data = json_decode($json, true);
var_dump($data);