Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/379566
json
{
"response": {
"id": 379566,
"ip": "46.174.55.245",
"port": 28960,
"query": 28960,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "",
"game": 7940,
"owner": null,
"boosts": 1,
"last_offline": 1740686794,
"score": null,
"last_online": 1743832274,
"icon": null,
"name": "|ZA|CROSSFIRE HARD",
"connect": "46.174.55.245:28960",
"request": "46.174.55.245:28960",
"map": "mp_crossfire",
"gamemode": "Call of Duty 4 - Modern Warfare",
"version": "CoD4 X - linux-i386-custom build 1211 Mar 9 2025",
"numplayers": 6,
"maxplayers": 32,
"bots": 4,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 54,
"add_date": 1597714757,
"last_update": 1743832274,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 1629111,
"steam_id": 7940,
"name": "Call of Duty 4: Modern Warfare (2007)",
"url": "call-of-duty-4-modern -warfare-2007",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/379566");
$data = json_decode($json, true);
var_dump($data);