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/6124935
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"world_seed": 1570340289,
"world_size": 4750,
"entities_count": 626292,
"id": 6124935,
"ip": "154.16.130.34",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nWelcome to where the best of Rust are competing\r\n\r\nBlueprints Schedule: Blueprints will never wipe\r\nWipe Schedule: A week prior to force @ 5pm London Time and First Thursday of every month @ 7pm London Time\r\n\r\nServer is set to have nice QoL Features:\r\n2x Loot tables will all junk removed\r\nSlightly adjusted loot respawns\r\nSlightly adjusted Furnace/Smelt speeds\r\n\r\nFree Features also include: Auto Electrical Branch output setting, Boosted input/output for Water Catchers, Automatic Team Authorization for Turrets and Tool Cupboards, Chainsaws will always hit the resource marker, adjustments to Torpedoes including damage dealt and more, no pay wall, no pay to win. All Free, enjoy.\r\n\r\nstore.vitalrust.com\r\nSupport can be found in our Discord: discord.gg/vital",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744716959,
"score": 0,
"last_online": 1744968021,
"icon": null,
"name": "Vital Rust - EU Monthly | 2x | Vanilla+ | No BP Wipes",
"connect": "154.16.130.34:28014",
"request": "154.16.130.34:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 339,
"maxplayers": 375,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 102,
"add_date": 1727883193,
"last_update": 1744968021,
"banned": false,
"wipe": 1743703217,
"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/6124935");
$data = json_decode($json, true);
var_dump($data);