API for LATZO RUST 3X|TP|CLANS|KITS

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/7866173
json
{
  "response": {
    "fps": 58,
    "fps_avg": 59,
    "world_seed": 1347490982,
    "world_size": 4500,
    "entities_count": 106800,
    "id": 7866173,
    "ip": "37.27.235.111",
    "port": 28011,
    "query": 28011,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![LATZO RUST 3X|TP|CLANS|KITS](https://i.ibb.co/SwpDD4X4/static-6.png)\nconnect 37.27.235.111:28010Rust 10x Clans Server – Ultimate PVP Experience!   Welcome to LATZO 10X – The Ultimate 10x Clans Experience!   Looking for high-intensity Rust action with quality-of-life features to enhance your gameplay? Our 10x Clans Server is packed with exciting custom events, an interactive economy, and powerful commands to keep the adrenaline pumping!   Key Features:  10x Gather Rates – Speed up your progression and dominate the battlefield!  Clans System – Team up with your squad, expand your base, and rule the server.  Bounty System – Place and claim bounties on your enemies for extra rewards!  Custom Events – Participate in unique events like the Sulfur Event to earn huge prizes.  UI Shop & RP Economy – Earn RP by playing and spend it in our in-game shop for valuable items.  /mymini Command – Instantly spawn a Minicopter and take to the skies.  Active Admins & No Lag – Experience smooth gameplay with a dedicated staff team to ensure fair play.   Join Now & Take Over the Wasteland!  _IP: 37.27.235.111:28010 _Discord: https://discord.gg/bkpTE56RuC  Prepare for battle, build your empire, and claim your bounty. Will you dominate or be dominated?",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744972585,
    "score": 0,
    "last_online": 1744980041,
    "icon": null,
    "name": "LATZO RUST 3X|TP|CLANS|KITS",
    "connect": "37.27.235.111:28010",
    "request": "37.27.235.111:28011",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1740323891,
    "last_update": 1744980041,
    "banned": false,
    "wipe": 1744976712,
    "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/7866173");
$data = json_decode($json, true);
var_dump($data);