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/8198227
json
{
"response": {
"id": 8198227,
"ip": "148.113.6.60",
"port": 28019,
"query": 28019,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Rustic Warrior 5x \r\n 5X Loot & Gather | Balanced Gameplay \r\n Custom Plugins & QoL Features \r\n Active Admins & Anti-Cheat \r\n Economy & Shop | Weekly Wipes \r\n PvP & Raiding | Clans & TP System \r\n Play 40 active hours on Rustic Warrior 5x and claim a reward!\r\n⚡ Join Now! https://discord.gg/AUE6PKpWCd",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743593852,
"score": 0,
"last_online": 1743585895,
"icon": null,
"name": "Rustic Warrior 5x | Friday Wipe 6.30pm Next wipe 4|3|2025",
"connect": "148.113.6.60:28019",
"request": "148.113.6.60:28019",
"map": "Custom Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": false,
"private": false,
"country": "IN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1742388529,
"last_update": 1743593852,
"banned": false,
"wipe": 1743165291,
"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/8198227");
$data = json_decode($json, true);
var_dump($data);