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/5844886
json
{
"response": {
"fps": 216,
"fps_avg": 214,
"world_seed": 257299601,
"world_size": 3000,
"entities_count": 49873,
"id": 5844886,
"ip": "95.217.192.157",
"port": 20541,
"query": 20541,
"owner_name": "cat_man",
"owner_avatar": "866f6a3e-794f-4771-b069-3596f82b2671.jpg",
"color": 0,
"description": "\nОтзывчивая администрация! \r\n Кланы! \r\n Телепорт! \r\n Быстрая плавка ресурсов! \r\n Киты и ускоренный Airdrop! \r\n Увеличеные рейты,стаки и дополнителный лут с бочек и ящиков! \r\n Мгновенный крафт! \r\n Все это и многое другое присутствует на сервере HOSTEZZA RUST! \r\n УДАЧНОЙ ИГРЫ!",
"game": 252490,
"owner": 91637,
"boosts": 1,
"last_offline": 1743418624,
"score": 0,
"last_online": 1743528032,
"icon": null,
"name": "A Rust Server",
"connect": "95.217.192.157:20540",
"request": "95.217.192.157:20541",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1725264482,
"last_update": 1743528032,
"banned": false,
"wipe": 1741317312,
"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": "cat_man",
"avatar": "866f6a3e-794f-4771-b069-3596f82b2671.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5844886");
$data = json_decode($json, true);
var_dump($data);