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/1399649
json
{
"response": {
"fps": 200,
"fps_avg": 200,
"world_seed": 444177951,
"world_size": 3500,
"entities_count": 68533,
"id": 1399649,
"ip": "139.99.113.100",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Welcome to Rusty Indonesia!\r\n====================\r\n-Vanilla\r\nRules\r\n================\r\n- Don't say racially offensive things.\r\n- Hacking, scripting, exploitation is prohibited.\r\n- No Alliances, especially Teaming-Raiding is prohibited, follow the max team ui.\r\n- No intentional bug abuse.\r\n- No EAC or FP banned.\r\n\r\n\r\nServer Information\r\n======================\r\n- Server Size : 3.5K\r\n- Monthly Full Wipe\r\n- Weekly Map Wipe at Friday\r\n- Fresh Wipe 2025-03-07 05:00 AM (GMT+7)\r\n- Next Map Wipe 2025-04-04 05:00 AM (GMT+7)\r\n- Next Full Wipe 2025-04-04 05:00 AM (GMT+7)\r\n- Always Restart at 05.00 AM (GMT+7)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743111424,
"score": null,
"last_online": 1743697866,
"icon": null,
"name": "[SEA] Rusty Indonesia",
"connect": "139.99.113.100:28080",
"request": "139.99.113.100:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 2,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1696082357,
"last_update": 1743697866,
"banned": false,
"wipe": 1743111729,
"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/1399649");
$data = json_decode($json, true);
var_dump($data);