We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/569141
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"world_seed": 30504,
"world_size": 4800,
"entities_count": 140088,
"id": 569141,
"ip": "46.174.53.71",
"port": 28015,
"query": 30000,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nУ нас нет лагов - Best Hardware!\r\nПриватный AntiCheat!\r\nBroRust #3 X50/X100 | MAX5 | WIPE 05.04 | NoBPs\r\nДобавь в ник BroRust и получи /kit daily и 50 рублей бонуса!\r\nМожно играть с Bloody и X7(без макросов)\r\nРесурсы X50/X100 (X50/X100 RATES), Лут X10/X20 (LOOT X10/X20)\r\nНе нужны верстаки (NO WORKBENCH), Не нужны карты (NO RT PUZZLES)!\r\nCopter - коптеры спавнятся на дорогах как раньше\r\n\r\nСайт: BroRust.com\r\nГруппа VK: vk.com/brorustsrv\r\nDiscord: Dc.BroRust.com\r\nTelegram: t.me/brorust\r\nSteam: Steam.BroRust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1740686161,
"score": 1,
"last_online": 1743856247,
"icon": null,
"name": "#3 BroRust X50/X100|G WIPE 05.04|MAX5|NoBP|Loot+|Copter",
"connect": "46.174.53.71:28015",
"request": "46.174.53.71:30000",
"map": "BroRust Procedural Map",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 532,
"maxplayers": 560,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 107,
"add_date": 1668891956,
"last_update": 1743856247,
"banned": false,
"wipe": 1743847097,
"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": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/569141");
$data = json_decode($json, true);
var_dump($data);