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/7866118
json
{
  "response": {
    "id": 7866118,
    "ip": "46.202.195.111",
    "port": 28016,
    "query": 28016,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Uncharted 3x](https://i.postimg.cc/9Xv14McG/Banner-PNG.png)\nWelcome to Uncharted - The Ultimate 3x Rust Experience! Looking for a high-quality, fast-paced Rust server with a balanced mix of modded features and competitive gameplay? Uncharted is the place for you! Our 3x rates ensure a thrilling experience without the grind, while custom plugins and active admins keep the action fair and engaging.  \r\n \r\nServer Features:  \r\n~ 3x Gather Rates – More loot, less grind!  \r\n~ Better Loot Tables – Get straight to the action with balanced loot drops.  \r\n~ Faster Smelting & Crafting – No waiting around for hours!  \r\n~ Clans & Team System – Play with friends and dominate the map.  \r\n~ Teleportation (TP) & Set Homes – Move around efficiently.  \r\n~ Kits & Rewards – Claim starter kits and earn rewards for playing!  \r\n~ Active Admins & Anti-Cheat – No hackers, no nonsense.  \r\n~ Biweekly Wipe - Every 2 weeks on a sunday!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743526503,
    "score": 0,
    "last_online": 1742689253,
    "icon": null,
    "name": "Uncharted 3x",
    "connect": "46.202.195.111:28015",
    "request": "46.202.195.111:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1740323861,
    "last_update": 1743526503,
    "banned": false,
    "wipe": 1740821056,
    "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/7866118");
$data = json_decode($json, true);
var_dump($data);