Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/4683062
json
{
"response": {
"id": 4683062,
"ip": "198.244.176.86",
"port": 27021,
"query": 27021,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "",
"game": 225840,
"owner": null,
"boosts": 1,
"last_offline": 1741994887,
"score": 0,
"last_online": 1743929524,
"icon": null,
"name": "sbmesh.com/KING Ins weapons diff+survival | difficulty: 99%",
"connect": "198.244.176.86:27021",
"request": "198.244.176.86:27021",
"map": "vis01",
"gamemode": "Sven Co-op 5.26",
"version": "5.0.1.8",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1717698183,
"last_update": 1743929524,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 65,
"steam_id": 225840,
"name": "Sven Co-op",
"url": "sven-co-op",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/4683062");
$data = json_decode($json, true);
var_dump($data);