Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9651174json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9651174,
"ip": "88.183.120.119",
"port": 2586,
"query": 2586,
"color": 0,
"city": null,
"description": null,
"game": 242760,
"owner": null,
"boosts": 1,
"last_offline": 1764121258,
"score": 0,
"last_online": 1763653828,
"icon": null,
"name": "Gaby Pelican Serveur",
"connect": "88.183.120.119:2585",
"request": "88.183.120.119:2586",
"map": "Normal",
"gamemode": "The Forest",
"version": null,
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1751372217,
"last_update": 1764121258,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"position_game": 239,
"app": {
"id": 184,
"steam_id": 242760,
"name": "The Forest",
"url": "the-forest",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/9651174");
$data = json_decode($json, true);
var_dump($data);