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/7763712
json
{
"response": {
"id": 7763712,
"ip": "172.111.33.27",
"port": 28010,
"query": 28010,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Welcome To HollowServers.co AU 10x No BPs!\r\n - Heavily boosted loot, ensures there's lots of PVP and Raiding.\r\n - Spawn Mini Copters in with /mymini spawns with unlimited fuel\r\n - 10x Gathering and Resources\r\n - No BPs & Instant Craft\r\n - Clans, Auth Share, Teleport\r\n - Everyone has access to BGrade, SkinBox, Auto Doors, Remove\r\n - Custom Raid Zones",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1739878807,
"score": 0,
"last_online": 1743526251,
"icon": null,
"name": "AU HollowServers.co 10x No BPs [Loot++|PvP|MyMini|Shop]",
"connect": "172.111.33.27:28015",
"request": "172.111.33.27:28010",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2583",
"numplayers": 13,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1739878807,
"last_update": 1743526251,
"banned": false,
"wipe": 1743390040,
"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/7763712");
$data = json_decode($json, true);
var_dump($data);