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/5616261
json
{
"response": {
"fps": 49,
"fps_avg": 48,
"world_seed": 1586544950,
"world_size": 4500,
"entities_count": 153592,
"id": 5616261,
"ip": "37.27.124.200",
"port": 27017,
"query": 27017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[EU] Vanadium PVE + PVP | 25x stack | Raidable Bases...](https://www.dropbox.com/scl/fi/8odnznf19v8vq51hm0q6n/Vanadium-banner-server.png?rlkey=sf0qhrg4ns52liycdfjy2r9gy&dl=1)\n[EN] \r\n Server PVE + PVP Zones \r\n Our server has a procedural map size of 4250 \r\n 25x stack and Wipe every month \r\n Raidable Bases, Guarded Crates, Events, TPR, Skinner \r\n We also invite you to our Discord \r\n The Vanadium administration wishes you a nice game!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1738941241,
"score": 0,
"last_online": 1743274250,
"icon": null,
"name": "[EU] Vanadium PVE + PVP | 25x stack | Raidable Bases...",
"connect": "37.27.124.200:27015",
"request": "37.27.124.200:27017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2583",
"numplayers": 4,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1723694877,
"last_update": 1743274250,
"banned": false,
"wipe": 1741289129,
"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/5616261");
$data = json_decode($json, true);
var_dump($data);