API for [SEA] PvE Vanilla | Monthly | Chill -BlueVeluxy

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/3388073
json
{
  "response": {
    "id": 3388073,
    "ip": "51.79.131.46",
    "port": 30185,
    "query": 30185,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[SEA] PvE Vanilla | Monthly | Chill -BlueVeluxy](https://veluxy.com/_images/512x256_blue_new.jpg)\nBlueVeluxy: Vanilla Chill PvE, monthly wipes with PvP events.\r\n● PvE No Killing, Raiding, Griefing, Stealing or Looting.\r\n● PvE Monuments are first come, first served. Command /help for more info.\r\n● PvP Exceptionally Allowed at Excavator, Launch, Oil Rigs.\r\n• Map Size: 3700 (All Monuments)\r\n• Next Wipe: 2025/04/04 @ 12:45AM+ [GMT+8] (Monthly Facepunch Forced)\r\n• Next PvP Event: Sundays @ 5:00PM / 8:00PM [GMT+8]. Command /calendar.\r\n• Mode: PvE Vanilla + PvP Events\r\n• Server: Singapore, Asia\r\n• Auto Join Address: https://join.veluxy.com\r\n• Discord: https://rust.veluxy.com\r\n\r\n★ Features ★\r\n• High Spawn Limit - Cars, Horses Minicopters, Boats, Bikes and more..\r\n• Achievements - Unlock game achievements in the comfort of PvE.\r\n• Rust+ - Mobile companion app to receive alerts and more.\r\n\r\n★ Addons ★\r\n• Death Chat Logs\r\n• Player Join Messages\r\n• In-Game Help (/help)\r\n• Ranking System (/top)\r\n• In-Game Calendar (/calendar)\r\n• Player Report System (/report)\r\n• View Online Players (/players)\r\n• Paint Sign with Images (/sil)\r\n• Death Location History (/death)\r\n\r\n\r\n rs0000000icz0rAi46CJn8",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744129531,
    "score": null,
    "last_online": 1743748866,
    "icon": null,
    "name": "[SEA] PvE Vanilla | Monthly | Chill -BlueVeluxy",
    "connect": "51.79.131.46:25511",
    "request": "51.79.131.46:30185",
    "map": "3700 - All Monuments",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 53,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "SG",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1710347356,
    "last_update": 1744129531,
    "banned": false,
    "wipe": 1741289607,
    "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/3388073");
$data = json_decode($json, true);
var_dump($data);