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/565498
json
{
"response": {
"fps": 170,
"modded": true,
"fps_avg": 169,
"world_seed": 46723289,
"world_size": 3800,
"entities_count": 136333,
"id": 565498,
"ip": "62.122.213.243",
"port": 10000,
"query": 10091,
"owner_name": "ultimate.survival.rust647924",
"owner_avatar": "no.jpg",
"color": 1,
"description": "![$WARZONE #1 [SOLO | X5 | EVENTS | LAB] Wipe 2.02](https://warzrust.ru/download/Images_store/Store/BANNER_SERVER_2020.jpg)\n♦ Рейты добычи Ресурсов, Компонентов, Скрапа x5\n♦ Кол-во игроков в команде: 1 (MAX1)\n♦ Турели работают без электричества\n♦ Ивенты - Счастливая минута и Кобальт Лаборатория\n♦ Быстрые печи, Переработчик, Аир Дроп\n♦ Фарм Руды и Дерева по маркерам\n♦ Авто-лутание Бочек, Знаков и Кактусов\n\nГруппа вк: vk.com/ruwarzone\nДонат магазин: warzzone.ru",
"game": 252490,
"owner": 27016,
"boosts": 15,
"last_offline": 1737562740,
"score": 5,
"last_online": 1742983827,
"icon": null,
"name": "WARZONE #1 [SOLO | X5 | CASE | FARM+] Wipe 22.03",
"connect": "s1.warzzone.ru:10000",
"request": "62.122.213.243:10091",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 7,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 1440,
"add_date": 1668888698,
"last_update": 1742983827,
"banned": false,
"wipe": 1742641423,
"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": {
"username": "ultimate.survival.rust647924",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/565498");
$data = json_decode($json, true);
var_dump($data);