API for NobleRust.gg US 2X |Vanilla|Kits|LootX2|

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/8243891
json
{
  "response": {
    "id": 8243891,
    "ip": "148.113.193.123",
    "port": 2004,
    "query": 2004,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "Welcome to NobleRust.gg US 2X |Vanilla|Kits|LootX2|! \nOn our servers we provide the best Rust gameplay. We run multiple balanced plugins to improve the quality of the game. Our servers also run on the best Network & Hardware possible to improve your in game experience on our servers! \n ✦ 2x Gather Rates \n ✦ 2x Crafting Speed \n ✦ 2x Components and Scrap \n ✦ Recyclers at additional monuments \n ✦ Custom High Performance Maps \n ✦ Extended Workbench range  \n ✦ Long Days & Short Nights \n ✦ Active Staff \n ✦ Fast Smelt \nMake sure to join our discord server before playing by pressing the view webpage button or by visiting the link discord.gg/noblerust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744428958,
    "score": 0,
    "last_online": 1743306054,
    "icon": null,
    "name": "NobleRust.gg US 2X |Vanilla|Kits|LootX2|",
    "connect": "148.113.193.123:2004",
    "request": "148.113.193.123:2004",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CA",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1742447049,
    "last_update": 1744428958,
    "banned": false,
    "wipe": 1742425271,
    "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/8243891");
$data = json_decode($json, true);
var_dump($data);