Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/4249590
json
{
"response": {
"id": 4249590,
"ip": "104.192.4.179",
"port": 40002,
"query": 40002,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "",
"game": 7940,
"owner": null,
"boosts": 1,
"last_offline": 1723823629,
"score": 0,
"last_online": 1743831725,
"icon": null,
"name": ".dL | US Cross Fire | Darkland.GG",
"connect": "104.192.4.179:40002",
"request": "104.192.4.179:40002",
"map": "mp_crossfire",
"gamemode": "Call of Duty 4 - Modern Warfare",
"version": "CoD4 X - linux-i386 build 1154 May 1 2022",
"numplayers": 0,
"maxplayers": 32,
"bots": 8,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1715575821,
"last_update": 1743831725,
"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/4249590");
$data = json_decode($json, true);
var_dump($data);