Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/4317671
json
{
"response": {
"id": 4317671,
"ip": "103.93.144.144",
"port": 3003,
"query": 3003,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "",
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1745673871,
"score": 0,
"last_online": 1746133910,
"icon": null,
"name": "gabes great escape (grammatical gamer)",
"connect": "103.93.144.144:3002",
"request": "103.93.144.144:3003",
"map": "Sara_dbe1",
"gamemode": "Escape United Sahrani CUP Woodland SLA vs USMC 1.10 dev 3a3d8a9",
"version": "2.18.152405",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": true,
"country": "NZ",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1715956175,
"last_update": 1746133910,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/4317671");
$data = json_decode($json, true);
var_dump($data);