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/6966134
json
{
"response": {
"fps": 56,
"fps_avg": 53,
"world_seed": 1337,
"world_size": 3850,
"entities_count": 102469,
"id": 6966134,
"ip": "85.88.184.230",
"port": 35012,
"query": 35012,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nУлучшенная классика, идеально подойдет для новичков. \r\n\r\n▪ Увеличены рейты, стаки и спавн ресурсов \r\n▪ Ускоренный крафт, быстрые печи \r\n▪ Домашний переработчик, бесплатные скины \r\n▪ FPS+ для игроков со слабыми ПК \r\n▪ Вайп каждую пятницу в 16:00 ВДК / 9:00 МСК \r\n\r\nМы ВКонтакте: vk.com/vоstоk.rust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744664764,
"score": 0,
"last_online": 1744981221,
"icon": null,
"name": "ВОСТОК | КЛАССИКА X2 | ДЛЯ НОВИЧКОВ",
"connect": "85.88.184.230:35002",
"request": "85.88.184.230:35012",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 365,
"maxplayers": 390,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 2,
"points": 99,
"add_date": 1734715438,
"last_update": 1744981221,
"banned": false,
"wipe": 1744955949,
"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/6966134");
$data = json_decode($json, true);
var_dump($data);