API for NA Chill - Noob Friendly No KOS

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/7468280
json
{
  "response": {
    "fps": 170,
    "fps_avg": 158,
    "world_seed": 1337,
    "world_size": 4250,
    "entities_count": 90246,
    "id": 7468280,
    "ip": "15.235.14.132",
    "port": 27017,
    "query": 27017,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![NA Chill - Noob Friendly No KOS](https://i.imgur.com/TvrBLyG.png)\nNothing complicated; Just relax and enjoy Rust\r\n 3750x Map Size with Combined Outpost\r\n Vanilla drops with half decay\r\n Raid Bases & Events \r\n Limited KOS\r\n Active Non-Playing Admin",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743711520,
    "score": 0,
    "last_online": 1744428661,
    "icon": null,
    "name": "NA Chill - Noob Friendly No KOS",
    "connect": "15.235.14.132:28015",
    "request": "15.235.14.132:27017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 0,
    "maxplayers": 25,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234808,
    "last_update": 1744428661,
    "banned": false,
    "wipe": 1743711553,
    "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/7468280");
$data = json_decode($json, true);
var_dump($data);