Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8201805
json
{
"response": {
"id": 8201805,
"ip": "82.156.40.20",
"port": 27026,
"query": 27026,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 80,
"owner": null,
"boosts": 1,
"last_offline": 1742392733,
"score": 0,
"last_online": 1744052607,
"icon": null,
"name": "〖飞鹰=F.Y=联盟〗 混战娱乐3# 华北",
"connect": "82.156.40.20:27026",
"request": "82.156.40.20:27026",
"map": "de_saint_pbeta",
"gamemode": "www.GameFYJH.Cn",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1742392733,
"last_update": 1744052607,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 10,
"steam_id": 80,
"name": "Counter-Strike: Condition Zero",
"url": "counter-strike-condition-zero",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8201805");
$data = json_decode($json, true);
var_dump($data);