Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7596819
json
{
"response": {
"id": 7596819,
"ip": "152.53.127.147",
"port": 27015,
"query": 27015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1739471266,
"score": 0,
"last_online": 1744039422,
"icon": null,
"name": "[DE] MotoCity | KI | gute Performance",
"connect": "152.53.127.147:7777",
"request": "152.53.127.147:27015",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.11",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739471266,
"last_update": 1744039422,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 1564980,
"steam_id": 1369670,
"name": "Motor Town: Behind The Wheel",
"url": "motor-town-behind-the-wheel",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7596819");
$data = json_decode($json, true);
var_dump($data);