API for 2MS 10X NOBP PVP KITS MYMINI SHOP

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/8197690
json
{
  "response": {
    "id": 8197690,
    "ip": "50.115.8.194",
    "port": 21856,
    "query": 21856,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "🔥 2MS 10X – MAX LOOT, MAX PVP, ALL ACTION! 🚀  Welcome to Rust at full speed—where the action never stops!  💥 10X LOOT – Instant Progression! Get geared up fast and jump into battle! ☀️ ALWAYS DAY – No Darkness, No Waiting! Raid, fight, and build 24/7! 🎒 SPAWN WITH KITS – Ready for Battle! Drop in with the gear you need to survive and dominate! ⚡ FAST-PACED PVP – Fight Anytime, Anywhere! No downtime—just non-stop combat! 🔨 INSTANT CRAFT & QUICK SMELTING – No Delays, Just Action! Build and upgrade without the wait! 🏠 CLANS & RAIDING – Team Up or Go Solo! Whether you roll deep or fight alone, the battlefield is yours!  This is Rust, supercharged! The competition is fierce, and the only way to the top is through blood, bullets, and brutal raids. Whether you're a lone wolf or leading a powerhouse clan, every second counts.  No waiting. Just fights, loot, and dominance. Can you survive the chaos? Join 2MS 10X now and prove it! 💀💣🔥",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743699308,
    "score": 0,
    "last_online": 1743246054,
    "icon": null,
    "name": "2MS 10X NOBP PVP KITS MYMINI SHOP",
    "connect": "50.115.8.194:21856",
    "request": "50.115.8.194:21856",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1742388425,
    "last_update": 1743699308,
    "banned": false,
    "wipe": 1741749553,
    "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/8197690");
$data = json_decode($json, true);
var_dump($data);