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/6827195
json
{
"response": {
"id": 6827195,
"ip": "104.128.58.18",
"port": 28016,
"query": 28016,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Welcome to Builders Haven. A modded Rust server tailored for PvE enthusiasts! Mods include Gather Manager, stack sizes for wood and stone, kits, vote night skip, and wipe dates callable in chat. Focused on PvE with a no KoS rule. Active admins ensure a fair and enjoyable experience. Join us on Discord: https://discord.gg/Usx9mJx6",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744130708,
"score": 0,
"last_online": 1743911476,
"icon": null,
"name": "Builders Haven [US][Forced wipes only][PvE, no KoS][Active admi",
"connect": "104.128.58.18:28015",
"request": "104.128.58.18:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1733516826,
"last_update": 1744130708,
"banned": false,
"wipe": 1741380693,
"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/6827195");
$data = json_decode($json, true);
var_dump($data);