API for RUSTY EDGE PVE|10X|Events|Skills|Mini|NoDecay|Zombies|Skins|Kit

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/8243889
json
{
  "response": {
    "fps": 75,
    "fps_avg": 71,
    "world_seed": 1337,
    "world_size": 4500,
    "entities_count": 149816,
    "id": 8243889,
    "ip": "144.217.114.144",
    "port": 2286,
    "query": 2286,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![RUSTY EDGE PVE|10X|Events|Skills|Mini|NoDecay|Zombies|Skins|Kit](https://i.postimg.cc/Fsb7bfZy/rusty-edge.jpg)\nWelcome to Rusty Edge 10X Gather PVE\nHOSTING: ATLANTA WALKING DEAD CUSTOM MAP! Zombies Included!!\nPLUGINS                                                  EVENTS\n*-Skill Tree                                            *-Cargo Plane Crash\n*-Building Sites                                   *-Ferry Terminal Event\n*- Build on Barges                             *-Caravan Event\n*-Kits                                                     *Zombies\n*-Teleportation                                   \n*-Player Trade                                    \n*-Radiable Bases                                   \n*-Night Vision          \n*-10x Gather Rates \n*-Spawn My Heli\n*-Buyable Tugboat\n*-Team Shared BP\n*-Extended Workbench Range with Faster Crafting\n*-Stack Sizes Increased\n*-Skinner +Building Skins free for all\n*-Furnace Splitter With Faster Smelting\n*-BackPacks For More Storage Space\n*-Virtual Quarrys\n*-Virtual Recycler\n*-Shorter Nights\n*-Loot ReRoll\n*-Farming Animals\n*-Cars Spawn With Engine Parts\n*-Vehicle Locks\n*-Secret Loot Crate Spawner\n*-Playtime Air Drop Reward\n*-Instant Gather and Instant Barrels\n*-2 Person Horse Saddles\n*-Spawn Horse\n*-Remover Tool\n*-Building Grades\n*-No Cooldown Bags\n*-Electrical in Workbench Unlocked\n*-Workbench Level 1 Unlocked\n*-Eggs",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743708525,
    "score": 0,
    "last_online": 1744428061,
    "icon": null,
    "name": "RUSTY EDGE PVE|10X|Events|Skills|Mini|NoDecay|Zombies|Skins|Kit",
    "connect": "144.217.114.144:2286",
    "request": "144.217.114.144:2286",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1742447048,
    "last_update": 1744428061,
    "banned": false,
    "wipe": 1743708631,
    "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/8243889");
$data = json_decode($json, true);
var_dump($data);