Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/587868
json
{
"response": {
"id": 587868,
"ip": "103.219.30.175",
"port": 25565,
"query": 25565,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1741327729,
"score": null,
"last_online": 1742943830,
"icon": null,
"name": "[ 『永恒回来啦』 ] > 您好!加入我们的服务器吧!",
"connect": "103.219.30.175:25565",
"request": "103.219.30.175:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-1.21.1",
"numplayers": 38,
"maxplayers": 999,
"bots": 0,
"secured": false,
"private": null,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1669208512,
"last_update": 1742943830,
"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": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/587868");
$data = json_decode($json, true);
var_dump($data);