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/782785
json
{
"response": {
"id": 782785,
"ip": "62.122.213.170",
"port": 50000,
"query": 50002,
"owner_name": "MAINRUST",
"owner_avatar": "5a5c5600-a305-4fdb-b123-7632158a5c62.jpg",
"color": 0,
"description": "🎁 **Новый промокод каждый день** в нашей беседе ВК в 18:00!\nhttps://vkchat.main-rust.com/\n--------------------------------------------\n\n📡 MAIN RUST #1 (X5 MAX5)\nconnect 62.122.213.170:50000\n\n📡 MAIN RUST #2 (X2 MAX3)\nconnect 62.122.213.170:20000\n\n📡 MAIN RUST #2 (X2 SOLO)\nconnect 46.174.53.32:28015\n\n--------------------------------------------\n🌐 **Сайт**: https://main-rust.com/\n🌐 **Discord**: https://discord.main-rust.com/\n🌐 **ВК**: https://vk.com/rust_main\n🌐 **Беседа ВК**: https://vkchat.main-rust.com/\n🌐 **WIKI**: https://wiki.main-rust.com/",
"game": 252490,
"owner": 23092,
"boosts": 1,
"last_offline": 1743695207,
"score": 5,
"last_online": 1717752068,
"icon": null,
"name": "MAIN RUST #1 ( Х5 MAX5 ) [ BattlePass ] Kits TP Loot+ Case Ski",
"connect": "62.122.213.170:50000",
"request": "62.122.213.170:50002",
"map": "Custom Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1682597092,
"last_update": 1743695207,
"banned": false,
"wipe": 1717495028,
"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": "MAINRUST",
"avatar": "5a5c5600-a305-4fdb-b123-7632158a5c62.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/782785");
$data = json_decode($json, true);
var_dump($data);