Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8367769
json
{
"response": {
"id": 8367769,
"ip": "51.91.62.68",
"port": 27406,
"query": 27406,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 892970,
"owner": null,
"boosts": 1,
"last_offline": 1743613721,
"score": 0,
"last_online": 1743870716,
"icon": null,
"name": "Indifferent Broccoli Valheim Server",
"connect": "51.91.62.68:27406",
"request": "51.91.62.68:27406",
"map": "Indifferent Broccoli Valheim Se",
"gamemode": null,
"version": "0.220.5",
"numplayers": 3,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1743590287,
"last_update": 1743870716,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 34967,
"steam_id": 892970,
"name": "Valheim",
"url": "valheim",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8367769");
$data = json_decode($json, true);
var_dump($data);