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/3476922
json
{
"response": {
"fps": 65,
"fps_avg": 72,
"world_seed": 1728332293,
"world_size": 4500,
"entities_count": 137474,
"id": 3476922,
"ip": "144.217.125.40",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nWelcome to MadRust PvE! discord.gg/WrW5VXvtqe \r\n -Must be in a team to do PvP based achievements.\r\n -No raiding bases, period.\r\n -No looting bases.\r\n -Please call out monuments and events.\r\n -Do not build anything on anyone elses base without permission. \r\n\r\nPlease upgrade to stone or higher and lock all doors and tool cupboards. Try to make sure your base is sealed so wandering players can't stumble on your loot. \r\nAnd yes, achievements are actually enabled!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743703117,
"score": null,
"last_online": 1744428051,
"icon": null,
"name": "MadRust PVE - Get Achievements",
"connect": "144.217.125.40:28080",
"request": "144.217.125.40:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1710667867,
"last_update": 1744428051,
"banned": false,
"wipe": 1743703295,
"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/3476922");
$data = json_decode($json, true);
var_dump($data);