API for Necropolis PVE Monthly|Zombies|Raidable Bases|Events|Much More

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/8054336
json
{
  "response": {
    "fps": 71,
    "fps_avg": 69,
    "world_seed": 571594909,
    "world_size": 3500,
    "entities_count": 113839,
    "id": 8054336,
    "ip": "91.134.123.40",
    "port": 28016,
    "query": 28016,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Necropolis PVE Monthly|Zombies|Raidable Bases|Events|Much More](https://static.qgshosting.com/cdn/images/elements/q6Zy0Z2.png)\nFEATURES ➔ ✯ Friendly & Helpful Community ✯ Monthly Wipes ✯ Vanilla Gather Rates ✯ Zombies ✯ Hordes ✯ XP-Levels-Skill Tree ✯ Epic Loot ✯ Cooking ✯ Personal Time of Day and Weather ✯ Pumpjacks&Quarries ✯ Increased Furnace Levels ✯ Remover Tool ✯ Quests ✯ Backpacks ✯ Teleports ✯ Trades ✯ Skinbox ✯ Voting System & Rewards ✯ Ingame Economy & Shop ✯ Playtime Rewards ✯ Auto Base Upgrades ✯ Building Skins ✯ Water Bases ✯ Chest Stacking ✯ Deployable Nature ✯ Personal Marketplace ✯ Personal Industrial Recycler ✯ Jetpack ✯ Biplanes ✯ Pogosticks ✯\r\n\r\nEVENTS ➔ ✯ Raidable Npc Bases ✯ NPC Raiders ✯ Armored Train ✯ Road Bradleys ✯ Heli Signals ✯ Sputnik ✯ Plane Crash ✯ Boss Monsters ✯ Player Challenges ✯ MultiQuest event ✯\r\n\r\n +++MUCH MORE+++",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743484046,
    "score": 0,
    "last_online": 1743524538,
    "icon": null,
    "name": "Necropolis PVE Monthly|Zombies|Raidable Bases|Events|Much More",
    "connect": "91.134.123.40:28016",
    "request": "91.134.123.40:28016",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2583",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1741383870,
    "last_update": 1743524538,
    "banned": false,
    "wipe": 1741347363,
    "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/8054336");
$data = json_decode($json, true);
var_dump($data);