API for [CAN] Operation Vulcan [10x] [Kits] [Modded] [Loot] [Mini]

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11435714
json
{
  "response": {
    "fps": 178,
    "fps_avg": 173,
    "entities_count": 83758,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90284626841377809",
    "domain": null,
    "id": 11435714,
    "ip": "184.71.6.10",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Victoria",
    "description": "![[CAN] Operation Vulcan [10x] [Kits] [Modded] [Loot] [Mini]](https://www.dropbox.com/scl/fi/x9e7cwakzcultndc5ccfj/vulcan-header-image.jpg?rlkey=e0k9ap4n3lloiyzdljl2a3pu9&st=76tck9j7&dl=1)\nSkip the Grind and get right to building your Best Base yet.\r\nExplore and Survive on this Intense Custom Map.\r\nThis is a Non Toxic Server.\r\nRaid Protection will keep your Builds safe.\r\nBe Creative with your building ideas.\r\nExtra NPCs and Top Tier Loot.\r\nPVP is active so you can settle disputes with Unruly Neighbors.\r\nBuild a SAM site and Shoot down the Patrol Heli for top Tier Loot.\r\nNPC's Drop random Items including WarHammer DLC, Hazmats, Test Generators, Mining Quarrys, Armor etc.\r\nQOL Mods including 10x Gather, Starter Kit, SAM Site, Seed Kit, Decor Kit, Free Minicopter, TreePlanter.\r\nAll Blueprints Unlocked.\r\nRemoval Tool, PumpJack Mod, SignArtist.\r\nUse sprint on Motorbike for Nitro Boost.\r\nUse commands in chat /kit  /mymini  /fmini  /sil  /remove  /randomskin /tree.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776549152,
    "score": 0,
    "last_online": 1776858623,
    "icon": null,
    "name": "[CAN] Operation Vulcan [10x] [Kits] [Modded] [Loot] [Mini]",
    "connect": "184.71.6.10:28015",
    "request": "184.71.6.10:28016",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 99,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977202,
    "last_update": 1776858623,
    "banned": false,
    "wipe": 1776548904,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5310,
    "language": "en",
    "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/11435714");
$data = json_decode($json, true);
var_dump($data);