API for [SEA] MALAYSIAN LEGION X5 PVE WIPE (4/4)

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/8054550
json
{
  "response": {
    "id": 8054550,
    "ip": "139.99.86.103",
    "port": 19653,
    "query": 19653,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[SEA] MALAYSIAN LEGION X5 PVE WIPE (4/4)](https://i.postimg.cc/xCJCm7RD/banner-banner.png)\nWelcome to Malaysian Legion X5\r\n\r\n▸ Gather X5 | Loot X5\r\n▸ Vpn Not Allowed ▸ Monitored Using Rust Admin | Server Armour | Arkan\r\n▸ Discord : https://discord.gg/QDkWrD4s4e\r\n\r\n▸ Purge Day Every Saturday 9PM GMT+8 [Malaysia]  Wipe\r\n▸ Map Weekly Wipe Every Sunday 4AM GMT+8 [Malaysia]\r\n▸ Bp Monthly Wipe Every Friday 3AM GMT+8 [Malaysia]\r\n\r\n▸ Event ▸ Raidable Bases ▸ Harbor Event ▸ Boss Monster\r\n▸ Arctic Base Event ▸ Zombie Horde\r\n▸ Arena Tournament ▸ Heli Signals ▸ Convoy\r\n▸ Shop ▸ JetPack ▸ Skinbox ▸ LSkins ▸ Guarded Crate\r\n▸ NPCRaiders ▸ Building Skins ▸ Building Grades ▸ Backpacks\r\n▸ Server Armour ▸ Arkan ▸ Automatic Authorization ▸ Economics\r\n▸ Gather Rewards ▸ NTeleportation ▸ Vehicle Licence\r\n▸ Skill Tree ▸ NpcRaiders ▸ And More",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744427122,
    "score": 0,
    "last_online": 1743804265,
    "icon": null,
    "name": "[SEA] MALAYSIAN LEGION X5 PVE WIPE (4/4)",
    "connect": "139.99.86.103:19653",
    "request": "139.99.86.103:19653",
    "map": "Malaysian Legion Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "SG",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1741383956,
    "last_update": 1744427122,
    "banned": false,
    "wipe": 1743792507,
    "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/8054550");
$data = json_decode($json, true);
var_dump($data);