API for Nuke Island - Events | Alcohol Farms | Water Bases | 3x | Month

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11159401
json
{
  "response": {
    "fps": 10,
    "fps_avg": 9,
    "entities_count": 146722,
    "world_seed": 875824078,
    "world_size": 4500,
    "steam_id": "90284351543840774",
    "domain": null,
    "id": 11159401,
    "ip": "157.180.51.11",
    "port": 60413,
    "query": 60415,
    "color": 0,
    "city": "Helsinki",
    "description": "![Nuke Island - Events | Alcohol Farms | Water Bases | 3x | Month](https://www.dropbox.com/scl/fi/lni68v29hgpivm1j12pnn/nukeislandnewimage.png?rlkey=n93xuy44cgqke767fu26llmqr&st=okgx4uot&dl=1)\nMap Size - 4500 \r\nMap Seed - 875824078 \r\nMap & Blue Prints Wiped - First Thursday of every month \r\nMax Team Size - Solo/Duo/Trio \r\nDiscord - https://dsc.gg/nuke-island \r\n \r\nNuke Island has for you: \r\nThe Jet Event \r\nMLRS Rain Event \r\nGas Station Event \r\nDrop Ship Event \r\nArmed Deployment Event \r\nWater Treatment Showdown Event \r\nAirdrop @ Launch Event \r\nRadtown Event \r\nHeli Crash Event \r\n \r\nNoob Friendly Server \r\nQuiet Hours - Raid Protection from 1am till 10:00am UK time. \r\nTC Protection \r\n50% Upkeep \r\n \r\nGameplay Modifiers - \r\nKits! Get off to a fast start \r\nAlcohol Farms & Vendors \r\nGrid Power -Free Electric from the Power Lines \r\nWater Bases - Build Anywhere! \r\nRecyclers can be crafted \r\nMy mini, Fetch Mini, & Hover commands \r\nWashed up lootable Cargo containers \r\nHelicopters can pick up containers with the left shift button \r\nRoadside Loot Bunkers \r\nTugboats are back! On sale at Fishing Village \r\nGather Rates 3x \r\nFurnace Splitter \r\nQuick Smelt \r\nBarrels can be locked \r\nSupply Drops float in water \r\nInstant Craft \r\nRecyclers on all Monuments \r\nCCTV cameras require no power \r\nWorkbench Range is extended \r\nSpawn points at Outpost & Bandit Camp \r\nPoker Tables - Type /poker info",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775745725,
    "score": 0,
    "last_online": 1776825624,
    "icon": null,
    "name": "Nuke Island - Events | Alcohol Farms | Water Bases | 3x | Month",
    "connect": "157.180.51.11:60413",
    "request": "157.180.51.11:60415",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228127,
    "last_update": 1776825624,
    "banned": false,
    "wipe": 1775156409,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4622,
    "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/11159401");
$data = json_decode($json, true);
var_dump($data);