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/7468507
json
{
"response": {
"id": 7468507,
"ip": "212.22.93.91",
"port": 28065,
"query": 28065,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![Rustspire [MAX 2 | X2 | FRIDAY]](https://i.imgur.com/7Qk1ojA.png)\nДобро пожаловать на Rustspire [MAX 2 | X2 | FRIDAY]!/n/nНа сервере вас ждет:/n- X2 рейты для быстрого развития/n- Честные и удобные привилегии/n- Розыгрыши скинов в нашем Discord/n- Полезные стартовые наборы (киты)/n- Игра без лагов и задержек/n- Сервер в Москве для лучшего пинга/n/nПрисоединяйся и стань частью нового игрового сообщества!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744975504,
"score": 0,
"last_online": 1743649264,
"icon": null,
"name": "Rustspire [MAX 2 | X2 | FRIDAY]",
"connect": "212.22.93.91:28064",
"request": "212.22.93.91:28065",
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1739234833,
"last_update": 1744975504,
"banned": false,
"wipe": 1741969110,
"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/7468507");
$data = json_decode($json, true);
var_dump($data);