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/2349491
json
{
"response": {
"fps": 59,
"fps_avg": 59,
"world_seed": 956266253,
"world_size": 3400,
"entities_count": 72289,
"id": 2349491,
"ip": "65.109.110.125",
"port": 20521,
"query": 20521,
"owner_name": "sienarust",
"owner_avatar": "2bd2afe9-ea06-4091-b569-a560e1b3f4af.jpg",
"color": 0,
"description": "\nWelcome to SIENNA RUST server \r\n>Rates X3 \r\n>Stacks X3 (TC X9) \r\n>Group MAX5 \r\n>Vote for the next map in-game! \r\n>In-game SHOP + activity rewards \r\n>Kits for adding #SIENNA to your nickname \r\n>Play for 7 days - get VIP! \r\n\r\nДобро пожаловать на сервер SIENNA RUST \r\n>Рейты X3 \r\n>Стаки X3 (Шкаф X9) \r\n>Группа MAX5 \r\n>Голосование за следующую карту в игре! \r\n>Игровой SHOP + награды за активность \r\n>Kits за приписку к нику #SIENNA \r\n>Играй 7 дней - получай VIP!",
"game": 252490,
"owner": 87197,
"boosts": 1,
"last_offline": 1743473234,
"score": null,
"last_online": 1743524435,
"icon": null,
"name": "SIENNA X3 MAX5 [KITS | SKINS | TP] JUST WIPE 28.03",
"connect": "65.109.110.125:20520",
"request": "65.109.110.125:20521",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2583",
"numplayers": 12,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1703867102,
"last_update": 1743524435,
"banned": false,
"wipe": 1743166547,
"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": "sienarust",
"avatar": "2bd2afe9-ea06-4091-b569-a560e1b3f4af.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/2349491");
$data = json_decode($json, true);
var_dump($data);