Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8445487
json
{
"response": {
"id": 8445487,
"ip": "45.136.205.183",
"port": 1337,
"query": 1337,
"owner_name": "ytinfo",
"owner_avatar": "no.jpg",
"color": 1,
"description": null,
"game": 9000042,
"owner": 114386,
"boosts": 1,
"last_offline": 1743877529,
"score": 5,
"last_online": 1745920824,
"icon": null,
"name": "TOP 1 = 30$ | [RU] Odyssey | 16K MM HVH | Roll fix",
"connect": "45.136.205.183:1337",
"request": "45.136.205.183:1337",
"map": "cs_office",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 9,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 3,
"points": 92,
"add_date": 1743877529,
"last_update": 1745920824,
"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": {
"username": "ytinfo",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8445487");
$data = json_decode($json, true);
var_dump($data);