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/2174584
json
{
"response": {
"fps": 108,
"fps_avg": 107,
"world_seed": 1,
"world_size": 4000,
"entities_count": 94026,
"id": 2174584,
"ip": "152.89.199.21",
"port": 35510,
"query": 35510,
"owner_name": "Newcomer",
"owner_avatar": "3369e167-5a34-46a8-b9a4-c5a09e057efc.jpg",
"color": 0,
"description": "\nДобро пожаловать на сервер Home Rust\r\nИграй с друзьями! У нас весело!\r\n >Добыча ресурсов Х3\r\n >Компоненты Х3\r\n >Система телепортов\r\n >Администрация\r\n >Быстрый крафт\r\n >Трейды\r\n >И многое Другое\r\nПриятной игры!",
"game": 252490,
"owner": 47948,
"boosts": 1,
"last_offline": 1742757471,
"score": 5,
"last_online": 1742862651,
"icon": null,
"name": "[PVP] СИБИРЯК |Max 4|KITS| Вайп 05.03",
"connect": "152.89.199.21:35500",
"request": "152.89.199.21:35510",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2583",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 1,
"points": 91,
"add_date": 1702456858,
"last_update": 1742862651,
"banned": false,
"wipe": 1741326756,
"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": {
"username": "Newcomer",
"avatar": "3369e167-5a34-46a8-b9a4-c5a09e057efc.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/2174584");
$data = json_decode($json, true);
var_dump($data);