API for ★ TeamX ★ x3|Vanilla+|Skills|Home|TP|Kits|Free VIP|QoL •�

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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11305483
json
{
  "response": {
    "fps": 100,
    "fps_avg": 114,
    "entities_count": 101430,
    "world_seed": 1525370277,
    "world_size": 4250,
    "steam_id": "90284209571929108",
    "domain": null,
    "id": 11305483,
    "ip": "95.216.61.213",
    "port": 60402,
    "query": 60404,
    "color": 0,
    "city": "Helsinki",
    "description": "![★ TeamX ★ x3|Vanilla+|Skills|Home|TP|Kits|Free VIP|QoL •�](https://r2.image-upload.app/ptImg/xvhKij6M.png)\n★ BGrade + Enhanced Hammer: Faster building and easier base upgrades\r\n★ Building Blocker: Prevents building in blocked/restricted situations\r\n★ No Decay: Structures won’t decay over time.\r\n★ Auto Doors: Doors can close automatically after use.\r\n★ Stack Size + Simple Sort: Bigger item stacks and quick loot/container sorting\r\n★ Kits/StarterKit: Claimable Kits\r\n★ Skill System: Progression-style skills/perks while playing\r\n★ Trade: Safe player-to-player trading system\r\n★ Wireless Power: Easier electricity setup without heavy wiring\r\n★ Kill Feed: Shows kill notifications\r\n★★★ & much more..",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775621005,
    "score": 0,
    "last_online": 1775885415,
    "icon": null,
    "name": "★ TeamX ★ x3|Vanilla+|Skills|Home|TP|Kits|Free VIP|QoL •�",
    "connect": "95.216.61.213:60402",
    "request": "95.216.61.213:60404",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592886,
    "last_update": 1775885415,
    "banned": false,
    "wipe": 1775153977,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5526,
    "language": "fi",
    "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/11305483");
$data = json_decode($json, true);
var_dump($data);