API for HQM.GG SEA 5X MONTHLY Full Wiped x5|Shop|Kits|Skins|TP|Home|Loo

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/8054545
json
{
  "response": {
    "fps": 58,
    "fps_avg": 57,
    "world_seed": 1878332692,
    "world_size": 3500,
    "entities_count": 101649,
    "id": 8054545,
    "ip": "139.99.26.8",
    "port": 28023,
    "query": 28023,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![HQM.GG SEA 5X MONTHLY Full Wiped x5|Shop|Kits|Skins|TP|Home|Loo](https://i.ibb.co/MkLJF251/hqm1024512.png)\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": 1744673780,
    "score": 0,
    "last_online": 1744705824,
    "icon": null,
    "name": "HQM.GG SEA 5X MONTHLY Full Wiped x5|Shop|Kits|Skins|TP|Home|Loo",
    "connect": "139.99.26.8:28023",
    "request": "139.99.26.8:28023",
    "map": "★ Please favorite the server",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 8,
    "maxplayers": 160,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1741383956,
    "last_update": 1744705824,
    "banned": false,
    "wipe": 1743702947,
    "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/8054545");
$data = json_decode($json, true);
var_dump($data);