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/8243893
json
{
  "response": {
    "fps": 179,
    "fps_avg": 171,
    "world_seed": 1899159424,
    "world_size": 3750,
    "entities_count": 76495,
    "id": 8243893,
    "ip": "15.235.14.76",
    "port": 2086,
    "query": 2086,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Reigning Rust 5x](https://i.ibb.co/DdW7Gtb/rust-header-f.png)\nWelcome to Reigning Rust 5x\nWhere the action is fast, the stakes are high, and the loot is plentiful!\n\nWhy Reigning Rust 5x?\n\n• 5x Gathering – Harvest resources at lightning speed and build\n  your empire in no time.  \n\n• Enhanced PvP Action – Battle with the best and prove your \n  dominance in intense, high-stakes combat.\n\n• Friendly Community – Join a vibrant community of like-minded players \n  who thrive on competition, teamwork, and fun.\n\n• Active Admins – Our team is here to keep things running smoothly and ensure a \n  fair and enjoyable experience for all.\n  \n\nCustom Features\n\n• Boosted Crafting – Craft faster and more efficiently with increased speeds.\n\n• Better Loot – Enjoy more rewarding encounters with improved loot chances.\n  Climb to the Top\n\nWhether you’re a lone wolf or part of a clan, rise to the top and reign supreme\nover all others in Reigning Rust 5x. Build, fight, and dominate the landscape in\na world where only the strong survive.\n\n\nJoin us now and experience Rust like never before!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742942078,
    "score": 0,
    "last_online": 1743593460,
    "icon": null,
    "name": "Reigning Rust 5x",
    "connect": "15.235.14.76:2086",
    "request": "15.235.14.76:2086",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1742447050,
    "last_update": 1743593460,
    "banned": false,
    "wipe": 1742749739,
    "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/8243893");
$data = json_decode($json, true);
var_dump($data);