Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8200580
json
{
"response": {
"id": 8200580,
"ip": "154.26.156.78",
"port": 32815,
"query": 32815,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1746040136,
"score": 0,
"last_online": 1746897762,
"icon": null,
"name": "Gutsy's Abiotic Factor Server",
"connect": "154.26.156.78:32815",
"request": "154.26.156.78:32815",
"map": null,
"gamemode": "Abiotic Factor",
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": false,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1742391757,
"last_update": 1746897762,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8200580");
$data = json_decode($json, true);
var_dump($data);