Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8332141
json
{
"response": {
"id": 8332141,
"ip": "195.133.194.220",
"port": 25310,
"query": 25310,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1743525222,
"score": 0,
"last_online": 1743850276,
"icon": null,
"name": "PhantomDimension Custom Zombies++ | REALMS | CHERNO_2 [RU] PVP | VANILLA+ CODELOCK | Loot+ | RU SNOW FIELDS",
"connect": "195.133.194.220:25310",
"request": "195.133.194.220:25310",
"map": "chernarusplus",
"gamemode": "DayZ",
"version": "1.27.159674",
"numplayers": 70,
"maxplayers": 200,
"bots": 70,
"secured": true,
"private": false,
"country": "XX",
"status": true,
"votes": 0,
"points": 57,
"add_date": 1743525222,
"last_update": 1743850276,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8332141");
$data = json_decode($json, true);
var_dump($data);