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/7468521
json
{
"response": {
"fps": 242,
"fps_avg": 235,
"world_seed": 1786522331,
"world_size": 4250,
"entities_count": 88445,
"id": 7468521,
"ip": "80.242.59.149",
"port": 35010,
"query": 35010,
"owner_name": null,
"owner_avatar": null,
"color": 3,
"description": "\nДобро пожаловать на классический сервер GGRust! \r\n\r\n• Добыча и стаки ресурсов х1\r\n• Без ограничений на игроков в команде\r\n• Стирание карты раз в 2 недели, обнуление изучений раз месяц\r\n• Переработчики и станции дронов в сейв зонах\r\n• Потребление ресурсов шкафом снижено на 50%\r\n• Классика без телепортов и модов\r\n• Активная администрация 18+\r\n\r\nНаш сайт - GGRust.ru",
"game": 252490,
"owner": null,
"boosts": 4,
"last_offline": 1744980389,
"score": 0,
"last_online": 1744989642,
"icon": null,
"name": "РОССИЙСКИЙ x1 | GGRust | Для новичков",
"connect": "80.242.59.149:35000",
"request": "80.242.59.149:35010",
"map": "GGRust.ru Classic Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 154,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 336,
"add_date": 1739234834,
"last_update": 1744989642,
"banned": false,
"wipe": 1744981214,
"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/7468521");
$data = json_decode($json, true);
var_dump($data);