Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6589712
json
{
"response": {
"id": 6589712,
"ip": "109.239.155.18",
"port": 3057,
"query": 3057,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 892970,
"owner": null,
"boosts": 1,
"last_offline": 1743646076,
"score": 0,
"last_online": 1743701528,
"icon": null,
"name": "VallalheimNitroBepin",
"connect": "109.239.155.18:3056",
"request": "109.239.155.18:3057",
"map": "VallalheimNitroBepin",
"gamemode": null,
"version": "0.220.5",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1731282973,
"last_update": 1743701528,
"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/6589712");
$data = json_decode($json, true);
var_dump($data);