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/6125195
json
{
"response": {
"fps": 191,
"fps_avg": 199,
"world_seed": 1933125587,
"world_size": 3000,
"entities_count": 57378,
"id": 6125195,
"ip": "95.217.192.157",
"port": 20581,
"query": 20581,
"owner_name": "0killrest",
"owner_avatar": "9b6baa3a-7563-4300-810f-a395edb428ce.jpg",
"color": 0,
"description": "\nВайп:\r\nКарта-Weekly @Пятница 15:00 UTC+3\r\nBPs-Biweekly @Пятница\r\nДля новичков\r\nО сервере:\r\n→Лимит игроков в команде MAX 3\r\n→Переработчики в рыбачках\r\n→Система AntiCheat\r\n→Круглосуточная поддержка\r\n→Неигровая Администрация",
"game": 252490,
"owner": 103790,
"boosts": 1,
"last_offline": 1744392492,
"score": 0,
"last_online": 1744425046,
"icon": null,
"name": "[EU/UA] Warriors RUST | X2 | MAX 3",
"connect": "95.217.192.157:20580",
"request": "95.217.192.157:20581",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1727883296,
"last_update": 1744425046,
"banned": false,
"wipe": 1744293291,
"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": "0killrest",
"avatar": "9b6baa3a-7563-4300-810f-a395edb428ce.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6125195");
$data = json_decode($json, true);
var_dump($data);