Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7412456
json
{
"response": {
"id": 7412456,
"ip": "173.240.148.38",
"port": 25565,
"query": 25565,
"owner_name": "nikinok",
"owner_avatar": "4de84305-2bb7-4f3a-bd8a-064c5850a321.jpg",
"color": 0,
"description": "[{\"id\":\"VD-KbvROrE\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Anarchy is a vanilla Minecraft server running since 23rd of June 2024, offering the ultimate freedom to play Minecraft as the developers intended. With no gameplay-altering plugins, no teleportation, no player homes and no pre-set economy. Every decision is yours to make. Griefing and raiding are allowed and there are no grief-prevention measures—just pure, unfiltered survival experience. The world is yours to shape, conquer or destroy. **\"}}]",
"game": 9000034,
"owner": 104293,
"boosts": 1,
"last_offline": 1739612336,
"score": 0,
"last_online": 1746384028,
"icon": null,
"name": "ANARCHY SURVIVAL 1.21.1",
"connect": "mc.anarchy.ac:25565",
"request": "173.240.148.38:25565",
"map": null,
"gamemode": null,
"version": "Paper 1.21.1",
"numplayers": 8,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 92,
"add_date": 1738758864,
"last_update": 1746384028,
"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": "nikinok",
"avatar": "4de84305-2bb7-4f3a-bd8a-064c5850a321.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7412456");
$data = json_decode($json, true);
var_dump($data);