API for [EU]Luuxens *PVE&RP* Town|Drugs|Quests|Tiers|Roles|RaidBases|Fi

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/757105
json
{
  "response": {
    "fps": 54,
    "fps_avg": 50,
    "world_seed": 1337,
    "world_size": 5000,
    "entities_count": 214753,
    "id": 757105,
    "ip": "178.32.120.199",
    "port": 28080,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[EU]Luuxens *PVE&RP* Town|Drugs|Quests|Tiers|Roles|RaidBases|Fi](https://i.ibb.co/F87hxbQ/Luuxens-Server-Banner-2024.png)\n✯ Welcome to Luuxens PVE Server ✯\r\n\r\n☮ A friendly place with good people to relax with! ☮\r\n☠ Toxic behaviors is NOT tolerated! ☠\r\n☞ MAX PING ALLOWED 300! ☜\r\n\r\n✯ Join: https://discord.gg/FCMxYDv ✯\r\n✯ Over 200+ plugins and more to come..\r\n↙↙↙↙ Press the View webpage button to join discord!\r\n\r\n\r\n\r\n✯ Premium Mods ✦ Custom Maps ✦ Rust Edit ✦ Active Admins\r\n\r\n✯ PVE Raid Quests ✦ No-Decay ✦ No-Stability ✦ No-Upkeep\r\n\r\n✯ Cooking ✦ Ganja ✦ Black Market ✦ Drugs ✦ TelePorts\r\n\r\n✯ Custom Items ✦ Server Votes ✦ Personal Farm ✦ Professions\r\n\r\n✯ Player Ranks ✦ Backpackpages ✦ Server Rewards ✦ Quests\r\n\r\n✯ BOTS ✦ Custom Fireworks ✦ Personal Kits ✦ Skinner & Skins\r\n\r\n✯ SteamGroup Rewards ✦ Discord Forums ✦ Raidable Bases\r\n\r\n✯ Building Hammer ✦ BiPlanes ✦ Jetpacks ✦ Vehicles ✦ Portals\r\n\r\n✯ Armored Trains ✦ Caravans & Convoys ✦ Town Houses ✦ BetterChat\r\n\r\n✯ EndLess CargoShips ✦ Bradley & Heli Tiers ✦ NPC Raids\r\n\r\n✯ Sputniks ✦ Cosmonauts ✦ ScrapLeaderBoard ✦ Player LeaderBoards\r\n\r\n✯ Custom Vehicle Modules ✦ PogoSticks ✦ Custom Skins\r\n\r\n✯ Abandon Bases 7days ✦ Everyone is VIP! ✦ HighPerformance\r\n\r\n✯ Gather X50* with TeaModifiers + Joints + Skills + Cooking\r\n\r\n✯ Role Players and Artists are very welcome!!\r\n\r\n✯ Monthly wipes! ✦ FORCE WIPES!\r\n✯ Daily Restart! ✦ 06:00 AM Gmt+1\r\n\r\n✯ PLAYERS WITH NEWER THAN 60 DAYS VAC BANS CANT JOIN!\r\n\r\n✯ Powered by GTXGaming.com.uk (LOCATED IN PARIS)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744691149,
    "score": null,
    "last_online": 1744696823,
    "icon": null,
    "name": "[EU]Luuxens *PVE&RP* Town|Drugs|Quests|Tiers|Roles|RaidBases|Fi",
    "connect": "178.32.120.199:28080",
    "request": "178.32.120.199:28015",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 4,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1677864227,
    "last_update": 1744696823,
    "banned": false,
    "wipe": 1743704770,
    "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/757105");
$data = json_decode($json, true);
var_dump($data);