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/8054570
json
{
"response": {
"fps": 57,
"fps_avg": 57,
"world_seed": 773850344,
"world_size": 3500,
"entities_count": 90511,
"id": 8054570,
"ip": "139.99.114.191",
"port": 28017,
"query": 28017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nRANKS: store.hqm.gg | LINK REWARDS: link.hqm.gg | VOTE: hqm.gg/vote\r\n\r\n★Raid over 210 unique Raidable Base designs.\r\n★Auto team share (TC-Sam-Doors-Turrets).\r\n★Advantage clan plugin or Solo enforcement with autoban.\r\n★Vehicle Buy & Vending Unlimited Stock.\r\n★Alpha Loot & Unique Gather.\r\n★Faster Recycler & Submersible Pump.\r\n★Building and Players Skins & Building Workbench.\r\n★Stack Size Controller & Faster Craft.\r\n★Random Respawn & Short Night & Custom Weather.\r\n★Home and Outpost TPs.\r\n★Daily Kits & Link Reward & Vote Reward & Trade.\r\n★In-Game Shop & Furnace Speed Upgrade.\r\n★Crate Loot Rerolls & Scrap Flipping.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744069128,
"score": 0,
"last_online": 1744129856,
"icon": null,
"name": "HQM.GG SEA 3X MONTHLY SOLO ONLY Full Wiped x3|shop|kits|skins|f",
"connect": "139.99.114.191:28017",
"request": "139.99.114.191:28017",
"map": "★ Please favorite the server",
"gamemode": "Survival",
"version": "2585",
"numplayers": 4,
"maxplayers": 95,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1741383958,
"last_update": 1744129856,
"banned": false,
"wipe": 1743702936,
"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/8054570");
$data = json_decode($json, true);
var_dump($data);