API for HQM.GG EU 3x Monthly Solo/Duo 2/4 2.4 Quests|Shop|3x Duo|TP

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10699201
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 62709,
    "world_seed": 1571662066,
    "world_size": 3600,
    "steam_id": "90284798459062285",
    "domain": null,
    "id": 10699201,
    "ip": "51.77.104.65",
    "port": 28030,
    "query": 28032,
    "color": 0,
    "city": "City of London",
    "description": "![HQM.GG EU 3x Monthly Solo/Duo 2/4 2.4 Quests|Shop|3x Duo|TP](https://i.ibb.co/r2LSyL0J/hqmggz-min.png)\nStore - All Rewards - Wipe Info & Alerts: FULLWIPED.COM\r\n\r\n★Quests: Visit the NPC Quest building at Outpost to take on unique missions and fairly earn valuable rewards such as Test Generators, weapons, and clothing.\r\n★/raid Alarm – Get Notified on Rust+ & Discord When Raided.\r\n★Raid over 210 unique Raidable Base designs.\r\n★Auto team share or Solo limits (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★Stack Size Controller & Faster Craft.\r\n★Home - Outpost TPs.\r\n★Daily Cases & Link Kits & Trade.\r\n★In-Game Shop & Furnace Speed Upgrade.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776835995,
    "score": 0,
    "last_online": 1776845422,
    "icon": null,
    "name": "HQM.GG EU 3x Monthly Solo/Duo 2/4 2.4 Quests|Shop|3x Duo|TP",
    "connect": "51.77.104.65:28030",
    "request": "51.77.104.65:28032",
    "map": "Wiped 19 days ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 160,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1765122711,
    "last_update": 1776845422,
    "banned": false,
    "wipe": 1775152170,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4014,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10699201");
$data = json_decode($json, true);
var_dump($data);