API for Rust INDIA 5x Original | Friday Wipes | Next Wipe 11th April

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/6783664
json
{
  "response": {
    "id": 6783664,
    "ip": "148.113.8.192",
    "port": 28030,
    "query": 28030,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "WELCOME TO RUST IND 5x ORIGINAL SERVER. \r\n \r\n Next wipe is on 11th April, 06:00 PM IST.\r\n \r\n➡️ Using VPN or any other services is not allowed (if you need raise a ticket). \r\n➡️ 5x gather rates for all resources (2.5x Sulphur) and 5x quarries (2.5x Sulphur).\r\n➡️ 5x scrap/components.\r\n➡️ Custom loot tables.\r\n➡️ Max team size 6 players only.\r\n➡️ Map wipes weekly on Friday at 8 PM IST. \r\n➡️ BP wipes weekly. \r\n➡️ Whole base workbench.\r\n➡️ Above ground rails, merged outpost, launch site, military tunnels and many more monuments available on our map.\r\n➡️Workbench tax is 0, Dynamic vending disabled.\r\n➡️Patrol heli falls where it was taken similar to old rust. \r\n➡️Hemp and other plants grow at 2x speed.\r\n➡️Clans, Kits, Shop, Teleportation and many more features. \r\n➡️ Auto Auth team members.\r\n➡️ Share blueprints in team.\r\n➡️ Faster loot spawns.\r\n➡️ Vending machines insta-restock.\r\n➡️Locked crates unlock time is 7min 30sec instead of 15min.\r\n➡️ Insta kill/auto pickup barrels.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744125896,
    "score": 0,
    "last_online": 1744035667,
    "icon": null,
    "name": "Rust INDIA 5x Original | Friday Wipes | Next Wipe 11th April",
    "connect": "148.113.8.192:28029",
    "request": "148.113.8.192:28030",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "IN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1733152266,
    "last_update": 1744125896,
    "banned": false,
    "wipe": 1743703581,
    "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/6783664");
$data = json_decode($json, true);
var_dump($data);