API for ARABRUST.COM AE 3X |Solo/Duo/Trio/Quad/Max 5|Loot +

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/8078654
json
{
  "response": {
    "id": 8078654,
    "ip": "98.98.235.69",
    "port": 28026,
    "query": 28026,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![ARABRUST.COM AE 3X |Solo/Duo/Trio/Quad/Max 5|Loot +](https://imgur.com/AfxdmNR.png)\nWelcome to Arabrust.com x3 MAX 5 \r\n On our server we provide the best Rust gameplay. We run multiple balanced Plugins \r\n our server also run on best Network on MiddleEast \r\n ✦3x Gather \r\n ✦3x Components and Scrap \r\n ✦Recyclers at additional monuments \r\n ✦Extended Workbeanch Range \r\n ✦Tier 1 BPs unlocked \r\n ✦Long Days & Short Night \r\n ✦Group Limit 5 \r\n ✦Fast Smelt \r\n Make sure to join our dicord server before playing by pressing the view",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744707244,
    "score": 0,
    "last_online": 1744152057,
    "icon": null,
    "name": "ARABRUST.COM AE 3X |Solo/Duo/Trio/Quad/Max 5|Loot +",
    "connect": "98.98.235.69:28026",
    "request": "98.98.235.69:28026",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 163,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "AE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1741523718,
    "last_update": 1744707244,
    "banned": false,
    "wipe": 1741745334,
    "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/8078654");
$data = json_decode($json, true);
var_dump($data);