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/8198228
json
{
"response": {
"id": 8198228,
"ip": "148.113.13.42",
"port": 25567,
"query": 25567,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "THE ULTIMATE INDIAN RUST 5X EXPERIENCE\n\nGAMEPLAY <<\n5X Gather Rate - Farm faster, build bigger\nInstant Crafting - No waiting around\nAuto Sorting System - Keep organized\nFull Workbench Range - Craft everything day one\nAll Tier 1 & Electrical BPs Unlocked\nUnlimited Minicopters - Fly anytime\n\nQUALITY OF LIFE <<\nStarting Kits - Building Grade, TC Upgrader, Box Sorter\nGroup Limit: 6 - Balanced gameplay\nClan Blueprint Sharing - Research once, craft for all\nClan Auth Sharing - No more door codes\n\nCUSTOM CONTENT <<\nCustom Maps & Monuments - Unique locations\nCustom Loot Tables - Better rewards\nIn-Game Leaderboard - Track stats\nRegular Events - Win big\n\nCOMMANDS <<\n/kit | /shop | /home | /mini | /stat | /leaderboard | /attack | /outpost\n\nSECURITY <<\nAdvanced Anti-Cheat - Fair play\nCustom DDoS Protection - Lag-free experience\nActive Non-Playing Admin - Support when needed\n\nREWARDS <<\nCash Prizes for top performers\nDLC & Skin Rewards\nIn-Game Rewards for farmers, builders, PVPers",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744429492,
"score": 0,
"last_online": 1744090254,
"icon": null,
"name": "Test Server",
"connect": "148.113.13.42:25567",
"request": "148.113.13.42:25567",
"map": "Custom Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": false,
"private": false,
"country": "IN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1742388529,
"last_update": 1744429492,
"banned": false,
"wipe": 1743850947,
"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/8198228");
$data = json_decode($json, true);
var_dump($data);