Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6941404
json
{
"response": {
"id": 6941404,
"ip": "141.95.72.171",
"port": 27041,
"query": 27041,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 9000042,
"owner": null,
"boosts": 1,
"last_offline": 1745922252,
"score": 0,
"last_online": 1745884827,
"icon": null,
"name": "INUI Gaming",
"connect": "141.95.72.171:27041",
"request": "141.95.72.171:27041",
"map": "de_nuke",
"gamemode": "Counter-Strike: Global Offensive",
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1734605792,
"last_update": 1745922252,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 1629104,
"steam_id": 9000042,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6941404");
$data = json_decode($json, true);
var_dump($data);