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/7467858
json
{
"response": {
"id": 7467858,
"ip": "104.234.251.155",
"port": 28057,
"query": 28057,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[EU/SWE/NO/DK] Don Rusty SOLO/DUO/TRIO/QUAD | Raid hours](https://i.imgur.com/DgCLFuk.png)\nWelcome to Don Rusty!\r\n\r\nWe have a Discord server where you can read more about our rules and get in touch. Click the 'View website' button for the invite link.\r\n\r\nRules:\r\n* Max team size = 4.\r\n* No raiding outside of 'Raid hours'.\r\n - Monday-Thursday: 16:00 - 22:00 CET.\r\n - Friday-Sunday: 16:00 CET Friday - 22:00 CET Sunday.\r\n This is to encourage a more engaging experience for everyone.\r\n* No use of abusive language to bully, offend or ridicule other players.\r\n* Political views and religious views are kept private.\r\n* No chat or voice chat spamming.\r\n* No cheating or exploiting game glitches.\r\n* No VPN or private profiles, no exceptions.\r\n* Languages in chat: English, Swedish, Norwegian and Danish only!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744133135,
"score": 0,
"last_online": 1743661859,
"icon": null,
"name": "[EU/SWE/NO/DK] Don Rusty SOLO/DUO/TRIO/QUAD | Raid hours",
"connect": "104.234.251.155:28055",
"request": "104.234.251.155:28057",
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1739234776,
"last_update": 1744133135,
"banned": false,
"wipe": 1741288928,
"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/7467858");
$data = json_decode($json, true);
var_dump($data);