API for [ASIA] RustSEA+|Xtra Modded|Pure PVE|2x|No Purge|EXP Leveling|E

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/2950485
json
{
  "response": {
    "fps": 35,
    "fps_avg": 34,
    "world_seed": 539355208,
    "world_size": 4250,
    "entities_count": 165919,
    "id": 2950485,
    "ip": "51.79.137.119",
    "port": 28015,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[ASIA] RustSEA+|Xtra Modded|Pure PVE|2x|No Purge|EXP Leveling|E](https://i.imgur.com/wTLfC0l.png)\nWelcome to RustSEA+ - Pure PVE 2x with a challenging PVE experience\r\n\r\n- Note that this is a PvE server which means NO GRIEFING OTHER PLAYERS.\r\n\r\n- The extended server rules are on our Discord server (https://discord.gg/CXzeh5BbgV).\r\n\r\nServer information\r\n-Last wiped: 05/04/2024\r\n-Next wipe: 02/05/2024 (2am GMT+8)\r\n-Actively moderated to ensure a friendly, toxic-free environment for players\r\n\r\nServer Features\r\n-Raidable Bases\r\n-SkinBox\r\n-Bradley Tiers\r\n-Teleport\r\n-Player Trading\r\n-BattlePass\r\n-Personal Minicopter\r\n-Clans\r\n-Harbour\r\n-Convoy\r\n-Rust+ app integration\r\n-Death Notes\r\n-Sign Artist\r\n-And more! (type /info in game to find out more)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744668969,
    "score": null,
    "last_online": 1744705823,
    "icon": null,
    "name": "[ASIA] RustSEA+|Xtra Modded|Pure PVE|2x|No Purge|EXP Leveling|E",
    "connect": "51.79.137.119:28080",
    "request": "51.79.137.119:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 3,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1707481115,
    "last_update": 1744705823,
    "banned": false,
    "wipe": 1743705389,
    "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/2950485");
$data = json_decode($json, true);
var_dump($data);