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/8054572
json
{
"response": {
"fps": 59,
"fps_avg": 59,
"world_seed": 457920529,
"world_size": 3500,
"entities_count": 86740,
"id": 8054572,
"ip": "139.99.116.207",
"port": 28020,
"query": 28020,
"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": 1744129858,
"icon": null,
"name": "HQM.GG SEA 3X MONTHLY Full Wiped x3|Shop|Kits|Skins|TP|Home|Loo",
"connect": "139.99.116.207:28020",
"request": "139.99.116.207:28020",
"map": "★ Please favorite the server",
"gamemode": "Survival",
"version": "2585",
"numplayers": 3,
"maxplayers": 180,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741383958,
"last_update": 1744129858,
"banned": false,
"wipe": 1743702957,
"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/8054572");
$data = json_decode($json, true);
var_dump($data);