Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6694868
json
{
"response": {
"id": 6694868,
"ip": "186.215.73.175",
"port": 27017,
"query": 27017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1746832653,
"score": 0,
"last_online": 1746982856,
"icon": null,
"name": "NEW BBC BRASIL 10x PvE PvP 2025",
"connect": "186.215.73.175:27017",
"request": "186.215.73.175:27017",
"map": "Sistema Interstellar BR",
"gamemode": "Space Engineers",
"version": "1206030",
"numplayers": 9,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1732096187,
"last_update": 1746982856,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6694868");
$data = json_decode($json, true);
var_dump($data);