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/6741488
json
{
"response": {
"fps": 175,
"fps_avg": 178,
"world_seed": 1074875459,
"world_size": 3750,
"entities_count": 116932,
"id": 6741488,
"ip": "167.114.158.147",
"port": 28016,
"query": 28016,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Welcome!\r\n\r\nThis community has been created to facilitate respectful interactive roleplay while maintaining the traditional rust experiences by including designated pvp areas.\r\n\r\nJoin our Discord at discord.gg/methodgames for server rules and information.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744362490,
"score": 0,
"last_online": 1744429251,
"icon": null,
"name": "Method Games Roleplay/RP/OTV/PVE/PVP",
"connect": "167.114.158.147:28015",
"request": "167.114.158.147:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 14,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1732630278,
"last_update": 1744429251,
"banned": false,
"wipe": 1743733599,
"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/6741488");
$data = json_decode($json, true);
var_dump($data);