Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/616932
json
{
"response": {
"id": 616932,
"ip": "37.230.137.54",
"port": 27024,
"query": 27024,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "",
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1742403476,
"score": null,
"last_online": 1743703288,
"icon": "https://i.imgur.com/4T9QD6f.png",
"name": "|STRONG| S.T.A.L.K.E.R. [STALKER RP]",
"connect": "37.230.137.54:27024",
"request": "37.230.137.54:27024",
"map": "Stalker",
"gamemode": "Общий онлайн: 20",
"version": "3.25.4.0",
"numplayers": 20,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 43,
"add_date": 1669414241,
"last_update": 1743703288,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/616932");
$data = json_decode($json, true);
var_dump($data);