API for [EU/NO]Galehuset PVE | BiWeekly | Raids | Events | ++

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/5273838
json
{
  "response": {
    "fps": 26,
    "modded": true,
    "fps_avg": 25,
    "world_seed": 659905043,
    "world_size": 4500,
    "entities_count": 173769,
    "id": 5273838,
    "ip": "65.21.78.175",
    "port": 28051,
    "query": 28051,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[EU/NO]Galehuset PVE | BiWeekly | Raids | Events | ++](https://www.haukas.nu/serverheader.png)\nPVE Server with BiWeekly Wipeschedule and friendly Community \r\nSkilltree with custom skills and perks \r\nRaidable Bases | NPCs in all monuments | Roaming Zombies | Bossmonsters \r\nEvents: \r\nConvoy, Armored Train, Waterevent, Airfield Event, Powerplant Event, Harbor Event\r\nQoL Plugins",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743484046,
    "score": 0,
    "last_online": 1743527450,
    "icon": null,
    "name": "[EU/NO]Galehuset PVE | BiWeekly | Raids | Events | ++",
    "connect": "65.21.78.175:28050",
    "request": "65.21.78.175:28051",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 6,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1721505476,
    "last_update": 1743527450,
    "banned": false,
    "wipe": 1742497959,
    "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/5273838");
$data = json_decode($json, true);
var_dump($data);