API for Nuke Island - Convoy | Events | Alcohol & Drug Farms | 3x | Mon
JSON for programs, websites and more
text
json
{
"response": {
"fps": 101,
"fps_avg": 103,
"entities_count": 142716,
"world_seed": 875824078,
"world_size": 4500,
"steam_id": "90286850476042246",
"domain": null,
"id": 11159401,
"ip": "157.180.51.11",
"port": 60413,
"query": 60415,
"project_id": null,
"color": 0,
"city": "Helsinki",
"description": "\nMap Size - 4500 \r\nMap Seed - 875824078 \r\nMap & Blue Prints Wiped - First Thursday of every month \r\nDiscord - https://dsc.gg/nuke-island \r\n \r\nNuke Island has for you: \r\nConvoy Event \r\nThe Jet Event \r\nMLRS Rain Event \r\nGas Station Event \r\nDrop Ship Event \r\nWater Treatment Showdown Event \r\nAirdrop @ Launch Event \r\nRadtown Lockdown Event \r\nHeli Crash Event \r\n \r\nNoob Friendly Server \r\nQuiet Hours - Raid Protection from 1am till 10:00am UK time. \r\n50% Upkeep \r\n \r\nGameplay Modifiers - \r\nKits! Get off to a fast start \r\nAlcohol & Drug Farms with 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 on sale at Fishing Village \r\nGather Rates 3x \r\nFurnace Splitter \r\nQuick Smelt \r\nBarrels, Furnaces, Refineries, & Heli's 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": 1780950271,
"last_online": 1781368832,
"icon": null,
"name": "Nuke Island - Convoy | Events | Alcohol & Drug Farms | 3x | Mon",
"connect": "157.180.51.11:60413",
"request": "157.180.51.11:60415",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228127,
"last_update": 1781368832,
"banned": false,
"wipe": 1780599799,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4476,
"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);