Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/249010
json
{
"response": {
"id": 249010,
"ip": "54.37.133.165",
"port": 27015,
"query": 27015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "",
"game": 9000042,
"owner": null,
"boosts": 1,
"last_offline": 1729800214,
"score": null,
"last_online": 1743823871,
"icon": null,
"name": "▉ ★ Fragujemy.com ★ [ 5vs5 #02 ] :: FACEIT RANKS",
"connect": "54.37.133.165:27015",
"request": "54.37.133.165:27015",
"map": "de_mirage",
"gamemode": "👈 FRAG SERVER #PL #EN",
"version": "1.38.8.1",
"numplayers": 3,
"maxplayers": 13,
"bots": 3,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 46,
"add_date": 1583090408,
"last_update": 1743823871,
"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/249010");
$data = json_decode($json, true);
var_dump($data);