API for Smelted Rust | 3x/2x | US | 50% Upkeep | 50% Offline Raid Prote

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/7770065
json
{
  "response": {
    "fps": 83,
    "modded": true,
    "fps_avg": 88,
    "world_seed": 785442565,
    "world_size": 3750,
    "entities_count": 100995,
    "id": 7770065,
    "ip": "198.73.57.136",
    "port": 28027,
    "query": 28027,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "Welcome to Smelted Rust! \r\n  \r\n We aim to add as many QoL improvements as possible while also aiming to make it as fun as possible! \r\n  \r\n Wipe is Bi-Weekly [every 2 weeks map wipe, last 2 weeks is force wipe/full wipe] \r\n  \r\n Features of our server: \r\n - 5x Resource Stack [Excluding Sulfur, Gunpowder & Explosives] \r\n - 3x Gather Rates [2x on Sulfur Ore] \r\n - 2x Scrap \r\n - More Animal Spawns \r\n - Minicopters spawn \r\n - No Bag Limit \r\n - Increased Pings/Marker Count \r\n - Shorter Bag/Bed Respawn Timer \r\n  \r\n Plugins: \r\n - Free Skinbox \r\n - Free Sort Button \r\n - Unburnable Meat \r\n - Always Sweet Spot while Mining/Chopping \r\n - Auto Team Auth \r\n - Tier 0 + Additional BPs Learned by default \r\n - Blueprint Sharing \r\n - Workbench reaches whole base \r\n - Crafting Vehicle Chassis \r\n - Alternate Vehicle Prices \r\n - Event Tips Removed \r\n - Lights use no fuel \r\n - Torches dont break \r\n - Repair everything to max \r\n - Free Furnace Sorter \r\n - 50% Upkeep \r\n - 50% Offline raid protection \r\n - Infinite Vending Stock \r\n - Lock Barrels \r\n - 10min Crate Timer \r\n - Spawn Full on food, water and HP \r\n - Miniguns never break \r\n - Extra Recyclers at monuments \r\n - Satchels/Beancans NEVER dud \r\n - Never damage items when you pick them up \r\n - Faster Recyclers with more efficiency \r\n - SAM Sites auth \r\n - Scrap Heli Storage \r\n - !pop \r\n - Locker Copy/Paste Skin options \r\n  \r\n Currently there is NO team limit. \r\n  \r\n Discord: https://discord.gg/GUBNKS49yp \r\n  \r\n CHEATING = PERMA BAN",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1741752455,
    "score": 0,
    "last_online": 1743526254,
    "icon": null,
    "name": "Smelted Rust | 3x/2x | US | 50% Upkeep | 50% Offline Raid Prote",
    "connect": "198.73.57.136:28025",
    "request": "198.73.57.136:28027",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2580",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739890301,
    "last_update": 1743526254,
    "banned": false,
    "wipe": 1739912090,
    "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/7770065");
$data = json_decode($json, true);
var_dump($data);