API for [NA] Slammin 2x small LOOT 2.0 KITS 1X GATHER

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/8158266
json
{
  "response": {
    "id": 8158266,
    "ip": "156.236.84.131",
    "port": 28041,
    "query": 28041,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[NA] Slammin 2x small LOOT 2.0 KITS 1X GATHER](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTny30Wmf2pJljjAUjLXMbNH9eZlMHmbi68BA&s)\nSlammin – The Ultimate Modded Rust Experience Introduction to Slammin What Sets Slammin Apart? Slammin isn’t just another modded Rust server—it’s a community, a battleground, and a legacy in the making. Here’s what makes us stand out: 🔥 Safe & Inclusive Gameplay A welcoming environment for players of all skill levels. Active moderation to prevent toxicity, hacking, and unfair play. A fair balance between PvP intensity and player progression. ⚡ Smooth Progression & Balanced Gameplay Starter Kits, including metal tools, to make the early game less of a grind. Optimized gather rates and loot tables for a satisfying progression curve. Well-managed raiding and PvP mechanics to keep battles exciting but not overwhelming. 🚀 Leaving a Mark on Modded Rust Unique custom events, gameplay plugins, and quality-of-life improvements. Continuous updates based on player feedback. Aiming to become a standout name in the modded Rust community. Upgrade Your Experience – Slammin VIP For those who want to elevate their gameplay, Slammin VIP offers an exclusive experience for just £2.99! 💎 VIP Perks: ✅ Queue Skip – Jump straight into the action, no waiting!✅ Custom Role Color – Stand out in chat with a unique VIP role color.✅ VIP Kit – Extra gear to give you a head start.✅ Discord VIP Role – Show off your status in our community! Supporting the server not only enhances your game but helps Slammin grow into a legendary Rust experience! Join the Slammin Community! Slammin is more than just a Rust server—it’s a movement. Whether you're here for the intense PvP, the rewarding grind, or just to hav",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743525893,
    "score": 0,
    "last_online": 1742890848,
    "icon": null,
    "name": "[NA] Slammin 2x small LOOT 2.0 KITS 1X GATHER",
    "connect": "156.236.84.131:28041",
    "request": "156.236.84.131:28041",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1742011554,
    "last_update": 1743525893,
    "banned": false,
    "wipe": 1741078716,
    "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/8158266");
$data = json_decode($json, true);
var_dump($data);