Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7412403
json
{
"response": {
"id": 7412403,
"ip": "135.181.235.144",
"port": 25565,
"query": 25565,
"owner_name": "ell_loco",
"owner_avatar": "bfc2c809-6aaa-4881-9982-f136eb08d0c7.jpg",
"color": 0,
"description": "[{\"id\":\"0xAniyWaUz\",\"type\":\"paragraph\",\"data\":{\"text\":\"https://vk.com/kingcraftsmods\"}}]",
"game": 9000034,
"owner": 103804,
"boosts": 1,
"last_offline": 1744313081,
"score": 0,
"last_online": 1746310828,
"icon": null,
"name": "HK SMP",
"connect": "135.181.235.144:25565",
"request": "135.181.235.144:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-1.21.5",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": null,
"country": "FI",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1738501194,
"last_update": 1746310828,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft",
"popular_maps_available": false
},
"server_owner": {
"username": "ell_loco",
"avatar": "bfc2c809-6aaa-4881-9982-f136eb08d0c7.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7412403");
$data = json_decode($json, true);
var_dump($data);