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/3630974
json
{
"response": {
"fps": 180,
"fps_avg": 180,
"world_seed": 2065692194,
"world_size": 4250,
"entities_count": 167471,
"id": 3630974,
"ip": "185.207.214.136",
"port": 10010,
"query": 10010,
"owner_name": "arturmagicow",
"owner_avatar": "no.jpg",
"color": 0,
"description": "\nINFO\r\nWipe: Weekly on Thursday 16PM CET (17PM MSK), or when forced.\r\nBP Wipe: Monthly\r\nHigh Pop: 600 players\r\nMap size: 4250\r\n\r\nFEATURES\r\n• Slot reservation for 5 min after disconnect (Skip queue).\r\n• Custom anti-cheat and active non playing server moderation.\r\n\r\nREPORT\r\nUse our Discord, F7 menu or chat command /report.\r\n\r\nLINKS\r\nStore: https://magic-rust.ru/products\r\nDiscord: https://discord.gg/magicrust",
"game": 252490,
"owner": 100256,
"boosts": 1,
"last_offline": 1744898201,
"score": null,
"last_online": 1744965021,
"icon": null,
"name": "Magic Rust - Main | EU East",
"connect": "185.207.214.136:10000",
"request": "185.207.214.136:10010",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 278,
"maxplayers": 320,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 131,
"add_date": 1711660104,
"last_update": 1744965021,
"banned": false,
"wipe": 1744898414,
"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": "arturmagicow",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3630974");
$data = json_decode($json, true);
var_dump($data);