API for [NORDIC]Northern Lights PvE | RaidableBases | Events | Skilltre

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11018073
json
{
  "response": {
    "fps": 142,
    "fps_avg": 140,
    "entities_count": 159969,
    "world_seed": 1964933436,
    "world_size": 4500,
    "steam_id": "90285151593440265",
    "domain": null,
    "id": 11018073,
    "ip": "5.186.77.105",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Odense",
    "description": "![[NORDIC]Northern Lights PvE | RaidableBases | Events | Skilltre](https://i.imgur.com/013Wauc.png)\nWelcome to Northern Lights PvE. Join the Discord Community! https://discord.gg/uCGXr5KsbB \r\nWebshop for VIP https://northernlights.craftingstore.net/ \r\n\r\n- Monthly map wipe\r\n- Monthly BP wipe\r\n- Monthly Event Tokens wipe\r\n- Vanilla Upkeep\r\n- Skinbox\r\n- Sign Manager\r\n- Stackable boxes\r\n- True PvE Protection\r\n- RaidableBases\r\n- Harbor Event, Convoy, Gas Station Event, Supermarket Event, Caravan, \r\n- Skilltree with Prestige enabled\r\n- BossMonsters\r\n- Economics using coins and event tokens\r\n- BackPacks\r\n- Shop\r\n- Abandoned Bases\r\n- Larger Stacks\r\n- Deployable Nature\r\n- Removetool\r\n- Custom Vending Machines\r\n- Much more",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777521797,
    "score": 0,
    "last_online": 1777566620,
    "icon": null,
    "name": "[NORDIC]Northern Lights PvE | RaidableBases | Events | Skilltre",
    "connect": "5.186.77.105:28015",
    "request": "5.186.77.105:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 3,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DK",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1769944418,
    "last_update": 1777566620,
    "banned": false,
    "wipe": 1775151842,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1669,
    "language": "da",
    "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/11018073");
$data = json_decode($json, true);
var_dump($data);