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/7946017
json
{
"response": {
"id": 7946017,
"ip": "62.84.35.62",
"port": 28017,
"query": 28017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nRustcadia x2 | ДЛЯ НОВИЧКОВ | WIPE 07.03 \r\nВайп карты и изучений один раз в два месяца. \r\nВайпы проводятся дважды в неделю. \r\nВремя вайпов - 11-13:00. по МСК \r\nСледущий вайп будет: 23.03.2025. \r\nНет ограничений по количеству игроков в команде. \r\nРазмер карты: 4250. \r\nЕжедневдная перезагрузка сервера в 4-5:00 по МСК \r\nRUST+ Работает. \r\n\r\nИнформация и новости о сервере в Telegram - t.me/rustcadia",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1742861119,
"score": 0,
"last_online": 1741427442,
"icon": null,
"name": "Rustcadia x2 | ДЛЯ НОВИЧКОВ | WIPE 07.03",
"connect": "62.84.35.62:28015",
"request": "62.84.35.62:28017",
"map": "Procedural Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "KZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1740851784,
"last_update": 1742861119,
"banned": false,
"wipe": 1741340742,
"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/7946017");
$data = json_decode($json, true);
var_dump($data);