Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/5387978
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"world_seed": 202576844,
"world_size": 3500,
"entities_count": 94973,
"id": 5387978,
"ip": "65.108.197.32",
"port": 28017,
"query": 28017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nRANKS: store.xrust.co | LINK REWARDS: xrust.link | VOTE: xrust.click\r\n\r\n★Raid over 210 unique Raidable Base designs.\r\n★Auto team share (TC-Sam-Doors-Turrets).\r\n★Advantage clan plugin or Solo enforcement with autoban.\r\n★Vehicle Buy & Vending Unlimited Stock.\r\n★Alpha Loot & Unique Gather.\r\n★Faster Recycler & Submersible Pump.\r\n★Building and Players Skins & Building Workbench.\r\n★Stack Size Controller & Faster Craft.\r\n★Random Respawn & Short Night & Custom Weather.\r\n★Home and Outpost TPs.\r\n★Daily Kits & Link Reward & Vote Reward & Trade.\r\n★In-Game Shop & Furnace Speed Upgrade.\r\n★Crate Loot Rerolls & Scrap Flipping.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1746074277,
"score": 0,
"last_online": 1746076251,
"icon": null,
"name": "XRUST.CO EU 3X MONTHLY NO BPS Just Wiped x3|Shop|Kits|Skins",
"connect": "65.108.197.32:28015",
"request": "65.108.197.32:28017",
"map": "★ Please favorite the server",
"gamemode": "Survival",
"version": "2585",
"numplayers": 0,
"maxplayers": 160,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1722420321,
"last_update": 1746076251,
"banned": false,
"wipe": 1743702952,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": 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/5387978");
$data = json_decode($json, true);
var_dump($data);