Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7476648
json
{
"response": {
"id": 7476648,
"ip": "83.223.207.84",
"port": 30915,
"query": 30915,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 440900,
"owner": null,
"boosts": 1,
"last_offline": 1742302676,
"score": 0,
"last_online": 1742859706,
"icon": null,
"name": "Chad's World of Chyeah",
"connect": "83.223.207.84:30900",
"request": "83.223.207.84:30915",
"map": "The Exiled Lands",
"gamemode": "Conan Exiles",
"version": "",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739267661,
"last_update": 1742859706,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7476648");
$data = json_decode($json, true);
var_dump($data);