API for [SEA|OrangeVeluxy] PvP-Purge 3x | Events | Newbie-Friendly

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/3388075
json
{
  "response": {
    "fps": 82,
    "fps_avg": 82,
    "world_seed": 573542558,
    "world_size": 3700,
    "entities_count": 111823,
    "id": 3388075,
    "ip": "139.99.66.22",
    "port": 28015,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[SEA|OrangeVeluxy] PvP-Purge 3x | Events | Newbie-Friendly](https://veluxy.com/_images/512x256_orange_new.jpg)\nVeluxyOrange - A PvEvP 3x Server that is Fun but also Mildly Challenging.\r\n\r\n★ Infomation ★\r\n• Mode: PvEvP 3x (PvE+PvP split in half by two map zones)\r\n• Zone Swaps: Bi-Weekly, Sundays @ 12:00AM [GMT+8]  \r\n• Blueprint & Map Wipes: Monthly Forced (Facepunch)\r\n• Gather Rates: 1.8x - 3x\r\n• Loot Rates: 2x - 4x\r\n• Stack Sizes: 3x - 12x\r\n• Group Size: Team 12 | Clan 20\r\n• Map Size: 3700 (All Monuments)\r\n• Server: Asia Pacific, Singapore - 1Gbps Network - Anti DDoS\r\n• IP Address: orange.veluxy.com:28015\r\n\r\n★ Features and Addons ★\r\n• NPC Treasures Event (loot with random obstacles protecting it)\r\n• NPC Raidable Bases Event (100+ bases & 5 difficulties)\r\n• NPC Cargo Train Event (in the tunnels)\r\n• NPC Convoy Event (very challenging)\r\n• NPC Harbor Event (very challenging)\r\n• NPC Air Event (very challenging)\r\n• NPC Boss Monsters (challenging)\r\n• Gacha Loot Cases (get random items | /case)\r\n• Market Shop (buy items | /shop)\r\n• Skin Changer (10000+ skins | /skin)\r\n• Paint Sign with Images (/sil | /silt)\r\n• Vehicle Locks (/vlock | /vkeylock)\r\n• Trade Items with Players (/trade)\r\n• Building Removal Tool (/remove)\r\n• Backpacks (/backpack)\r\n• Craft Vehicles (/craft)\r\n• Leaderboards Scoring (/top)\r\n• Clans (/clanhelp | /cinfo | /cm)\r\n• Chat Games (earn rewards)\r\n• ...and many more. Type (/info) in game chat\r\n\r\nJoin our Discord by clicking 'View Webpage' or visit http://veluxy.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742767663,
    "score": null,
    "last_online": 1743698463,
    "icon": null,
    "name": "[SEA|OrangeVeluxy] PvP-Purge 3x | Events | Newbie-Friendly",
    "connect": "139.99.66.22:28014",
    "request": "139.99.66.22:28015",
    "map": "3500 - All Monuments",
    "gamemode": "Vanilla",
    "version": "2583",
    "numplayers": 4,
    "maxplayers": 66,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1710347356,
    "last_update": 1743698463,
    "banned": false,
    "wipe": 1741356805,
    "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/3388075");
$data = json_decode($json, true);
var_dump($data);