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/6741252
json
{
"response": {
"fps": 435,
"fps_avg": 432,
"world_seed": 2129497241,
"world_size": 1600,
"entities_count": 18657,
"id": 6741252,
"ip": "51.91.214.177",
"port": 28019,
"query": 28019,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nMap - Weekly @ Mondays 6PM BST \r\nBPs - Bi-Weekly @ Every Two Weeks \r\n\r\n\r\nDiscord: discord.gg/rusticaland\r\n→ 3x Loot & Gather (Sulfur 2x)\r\n→ Group limit: Max 3\r\n→ Junk Loot Removed \r\n→ Mini's Spawn On Roads \r\n→ Map size: 1500\r\n\r\nRules:\r\n- No hacking / scripting\r\n- No intentional bug abuse\r\n- No EAC / FP banned alts\r\n- No ban evading\r\n- No racism\r\n\r\nActive non playing admins\r\n\r\nFull rules: discord.gg/rusticaland",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744855163,
"score": 0,
"last_online": 1744978832,
"icon": null,
"name": "Rusticaland OneGrid | Mondays | 3x | Solo Duo Trio",
"connect": "51.91.214.177:28053",
"request": "51.91.214.177:28019",
"map": "No Junk Loot / Optimized Maps",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 0,
"maxplayers": 9,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1732630231,
"last_update": 1744978832,
"banned": false,
"wipe": 1744653233,
"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/6741252");
$data = json_decode($json, true);
var_dump($data);