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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10757462
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "fps": 197,
    "fps_avg": 184,
    "entities_count": 30231,
    "world_seed": 1337,
    "world_size": 3000,
    "steam_id": "90284091658524680",
    "domain": null,
    "id": 10757462,
    "ip": "167.114.67.80",
    "port": 28015,
    "query": 28015,
    "color": 0,
    "city": "Montreal",
    "description": "![[US]-RUST.GG x10 OG (06/04) BISEMANAL MAX5](https://pbs.twimg.com/profile_images/1063940525558923264/v8BH64dI_400x400.jpg)\nWelcome To Rust.GG, With active admins and strong anticheat.\r\nServer X10 Sulfur x3 /skin /mymini /tp /kit /bgrade /trade... quarrys x10 Excavator x10, no burnt food, coal refinery+\r\n\r\nWipe weekly, Friday 20:00 CET 5 Players Maximum Team.\r\nGood Performance, Admins 24/7 (non-gamers), Anti-DDoS\r\nAnti-Cheat System.\r\nDiscord (VIEW WEBPAGE)\r\nFree skins request -> discord article of the workshop, auth of cabinets with Sam.\r\nFree pvp wipe kit at the end of wipe.\r\nPartners with AG Host LTD By Gorkin AGHost.uk \r\nNew Accounts With Less Than 96 Days Cannot Enter, Contact Discord. \r\nServer Create By VIP#3132 and sergioklv",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775655126,
    "score": 0,
    "last_online": 1775901015,
    "icon": null,
    "name": "[US]-RUST.GG x10 OG (06/04) BISEMANAL MAX5",
    "connect": "167.114.67.80:28015",
    "request": "167.114.67.80:28015",
    "map": "Rust.GG x10 Sulfur x3 Barren+",
    "gamemode": "Rust: Survival Mode",
    "version": "2275",
    "numplayers": 17,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 68,
    "add_date": 1766255162,
    "last_update": 1775901015,
    "banned": false,
    "wipe": 1775431921,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 943,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10757462");
$data = json_decode($json, true);
var_dump($data);