Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6704285
json
{
"response": {
"id": 6704285,
"ip": "135.148.199.192",
"port": 4203,
"query": 4203,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 1024020,
"owner": null,
"boosts": 1,
"last_offline": 1741881270,
"score": 0,
"last_online": 1743764547,
"icon": null,
"name": "DayOne Sakhal Experimental 1.27",
"connect": "135.148.199.192:4202",
"request": "135.148.199.192:4203",
"map": "sakhal",
"gamemode": "Public Experimental for Testing. https://discord.gg/dayone",
"version": "1.27.159674",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1732099007,
"last_update": 1743764547,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 54695,
"steam_id": 1024020,
"name": "DayZ Experimental",
"url": "dayz-experimental",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6704285");
$data = json_decode($json, true);
var_dump($data);