API for Noob Town - New Player & Solo Friendly

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/216211
json
{
  "response": {
    "fps": 78,
    "fps_avg": 78,
    "world_seed": 992926475,
    "world_size": 4250,
    "entities_count": 140144,
    "id": 216211,
    "ip": "144.217.11.183",
    "port": 28015,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Noob Town - New Player & Solo Friendly](http://www.bluebob88.com/design/img/server.jpg)\nDiscord: https://discord.gg/FFXucFq\r\n\r\n1. No pvp, raiding or stealing for first 2 days after a wipe. \r\n2. Max group 3 including allies and slaves.\r\n3. No Sniping of players or KOS anytime, anywhere. Dont kill sleepers. No SAM sites.\r\n4. PvP AT (not just near) air/chinook drops, monuments, heli, bradley and during raids. Don't camp these looking for pvp. \r\n5. No trap bases. No private profiles, hours playing rust must show. This is a learning server don't be too pvp aggressive. Only raid once per real life 24 hr. period. Only raid bases at or above you own building skill level. Players over 700 hrs. are not allowed to raid.\r\n6. No griefing. No door, roof or spawn camping. No blocking players in or out of their base or denying access in any way. Landmines, bear traps, shotgun traps and auto turrets must be behind walls and locked doors, placed where players just going by won't be harmed. \r\n7. Don't argue with the admins.  \r\n\r\n-New map and BP wipe monthly. Also a mid month map wipe.\r\n-Be respectful or others. No racial, sexual or other toxic chat.\r\n-This is a community server here to help new players learn the game in a stress limited environment.  When available admins will assist, answer questions or make suggestions.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743581223,
    "score": null,
    "last_online": 1743592263,
    "icon": null,
    "name": "Noob Town - New Player & Solo Friendly",
    "connect": "144.217.11.183:28014",
    "request": "144.217.11.183:28015",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2583",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1582969564,
    "last_update": 1743592263,
    "banned": false,
    "wipe": 1742505713,
    "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/216211");
$data = json_decode($json, true);
var_dump($data);