Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/485436
json
{
"response": {
"id": 485436,
"ip": "176.57.134.29",
"port": 29900,
"query": 29915,
"color": 0,
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1757794409,
"score": null,
"last_online": 1757367723,
"icon": null,
"name": "beginnende mannen aberation",
"connect": "176.57.134.29:29900",
"request": "176.57.134.29:29915",
"map": "Aberration",
"gamemode": "TestGameMode_C",
"version": null,
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1637470267,
"last_update": 1757794409,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/485436");
$data = json_decode($json, true);
var_dump($data);