API for CANAM CHILLING (NO DECAY )

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/4261836
json
{
  "response": {
    "fps": 58,
    "fps_avg": 57,
    "world_seed": 1333839007,
    "world_size": 4250,
    "entities_count": 94756,
    "id": 4261836,
    "ip": "51.222.10.172",
    "port": 28031,
    "query": 28031,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "Welcome to CanAm Chilling   - No Decay - DISCORD - https:// https://discord.gg/H5r8K3HEgZ  A new server for mature players  who enjoy rust. Monthly map wipes and bps every 4 months.  Test generators for sale at outpost. No raiding until LAST week of wipe begins Thursday at 3 PM Central Time.  PVP allowed but don't be a try hard Chad. This is a chill server. No racism or abusive chat. Toxic players will be banned no warning, don't take over someone's base or door camp.  No exploits or game hacks. NO Sams within one square of no build zone near monument. Be respectful of others gameplay. English only in general chat.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743704329,
    "score": 0,
    "last_online": 1744988434,
    "icon": null,
    "name": "CANAM CHILLING (NO DECAY )",
    "connect": "51.222.10.172:28030",
    "request": "51.222.10.172:28031",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2585",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1715849058,
    "last_update": 1744988434,
    "banned": false,
    "wipe": 1743704789,
    "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/4261836");
$data = json_decode($json, true);
var_dump($data);