API for BURN ZOMBIE HELL|5X|Raid Bases|Skill Tree|Loot+|KITS|TP|Jetpack

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/2048890
json
{
  "response": {
    "fps": 32,
    "fps_avg": 31,
    "entities_count": 121034,
    "world_seed": 1337,
    "world_size": 5250,
    "steam_id": "90284748655958037",
    "domain": null,
    "id": 2048890,
    "ip": "136.243.93.153",
    "port": 25015,
    "query": 25017,
    "color": 0,
    "city": "Falkenstein",
    "description": "![BURN ZOMBIE HELL|5X|Raid Bases|Skill Tree|Loot+|KITS|TP|Jetpack](https://rust-burn.com/ZombieLandHeader.jpg)\nEnjoy one of the BEST PVE Server ull ever find!\r\n5X Gather|5X Loot|Max Group 12|5250 Map\r\n\r\nCUSTOM MAP:Primewa Island\r\nWipe Schedule: Every 8-12 Days @ 4PM/8PM CET\r\nPURGE: 24h Full PvP before wipe!\r\nLooking to play rust at your own pace? Rust Burn's PVE servers may be for you, we offer a unique style of play,perfect if you want to play rust without any stress or toxicity!\r\nPersonalised custom maps every wipe\r\nExclusive X spots for building such as floating islands, secret bunkers and many more\r\nAnti Pay2Win with Free VIP from just playing or voting\r\nBig Backpacks (up to 144 slots)\r\nSkill tree + Prestige system with prestige rewards \r\nCustom Gear and Weapons with 15+ different enchantments available and custom legendary variants\r\nComprehensive /shop with custom currency system\r\nMany QOL of plugins (homes,low cooldown tpr,clans etc)\r\n industrual recycler\r\nFree: Skinbox! Fast Teleports to Homes no big Cooldowns!\r\n120+ different quests \r\nSpecial Boss-monster NPCs\r\nServer unique Heli and Bradley Signals with dedicated Heli towers and Bradley Arenas\r\nCustom Quarries\r\nIn-depth cooking, turn ingredients into special buffs\r\nGemstone mining and advanced planters for farming\r\nRaid-Bases with over 600 different bases and 3 custom raid islands.\r\nPlayer vehicle spawns (spawn your own mini, tugboat, horse etc)\r\nMonthly build competitions to showcase your skills\r\nActive staff and a thriving community\r\nAnd Many more plugins you'll have to join to see...\r\n/info for more help\r\nJoin our discord for more support: discord.gg/zombiehell",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776794601,
    "score": null,
    "last_online": 1776834017,
    "icon": null,
    "name": "BURN ZOMBIE HELL|5X|Raid Bases|Skill Tree|Loot+|KITS|TP|Jetpack",
    "connect": "136.243.93.153:25015",
    "request": "136.243.93.153:25017",
    "map": "Primewa Island",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 80,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1701642781,
    "last_update": 1776834017,
    "banned": false,
    "wipe": 1776693946,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1258,
    "language": "de",
    "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/2048890");
$data = json_decode($json, true);
var_dump($data);