Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/442358
json
{
"response": {
"fps": 22,
"fps_avg": 21,
"entities_count": 114295,
"world_seed": 1754200109,
"world_size": 4000,
"id": 442358,
"ip": "37.120.183.139",
"port": 28015,
"query": 28017,
"color": 0,
"description": "\nWelcome! Willkommen!\r\nMontly wipe cycle. Map Size: 4000.\r\nWe offer: Slightly more loot and a bit higher gather rate. PVP everywhere but with raid times and offline raid protection.\r\nSpecial drops, clan system, raidable custom bases, bad ass airfield and harbour guards with good loot, clan limit is 6 players.\r\nQuality of live mods: teleportation, bigger backpacks, remover tool, auto auth, sign artist, skip night and many more.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1754589949,
"score": null,
"last_online": 1755699630,
"icon": null,
"name": "Schlachtpalast_GER|ENG_PvP|6-Teams|AntiOffline",
"connect": "37.120.183.139:28015",
"request": "37.120.183.139:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2594",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779629,
"last_update": 1755699630,
"banned": false,
"wipe": 1754589869,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/442358");
$data = json_decode($json, true);
var_dump($data);