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/6691248
json
{
"response": {
"fps": 203,
"fps_avg": 203,
"world_seed": 1337,
"world_size": 3850,
"entities_count": 178097,
"id": 6691248,
"ip": "152.89.199.30",
"port": 35012,
"query": 35012,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nУлучшенная классика для комфортной игры: \r\n\r\n▪ Увеличенные рейты и стаки основных ресурсов \r\n▪ Ускоренный крафт, быстрые печи \r\n▪ Домашний переработчик, бесплатные скины \r\n▪ НЕТ телепортов, ремува и прочего... \r\n\r\nВайп раз в неделю (каждую пятницу в 12:00 по МСК) \r\nДискорд сервера: discord.rustnitro.ru",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744361870,
"score": 5,
"last_online": 1744705833,
"icon": null,
"name": "Новосибирск | Классика 2x",
"connect": "152.89.199.30:35002",
"request": "152.89.199.30:35012",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 38,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 69,
"add_date": 1732060658,
"last_update": 1744705833,
"banned": false,
"wipe": 1744361945,
"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/6691248");
$data = json_decode($json, true);
var_dump($data);