Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7427238
json
{
"response": {
"id": 7427238,
"ip": "83.147.29.181",
"port": 19541,
"query": 19541,
"owner_name": "gvene",
"owner_avatar": "no.jpg",
"color": 0,
"description": null,
"game": 9000034,
"owner": 107827,
"boosts": 1,
"last_offline": 1742915843,
"score": 0,
"last_online": 1746310846,
"icon": null,
"name": "SkyeCraft [1.21 - 1.21.x] SMP, OneBlock And Plots, Join Now!",
"connect": "83.147.29.181:19541",
"request": "83.147.29.181:19541",
"map": null,
"gamemode": null,
"version": "Paper 1.21",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": null,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739203486,
"last_update": 1746310846,
"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": "gvene",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7427238");
$data = json_decode($json, true);
var_dump($data);