API for Jack&Swan PVE|No Raid|No Kill|No Building 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/480457
json
{
  "response": {
    "fps": 70,
    "fps_avg": 71,
    "world_seed": 1337,
    "world_size": 4500,
    "entities_count": 141089,
    "id": 480457,
    "ip": "64.74.161.182",
    "port": 28015,
    "query": 28017,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "PVE, Monthly Wipe - Noobs Friendly-Active Admin\r\n\r\nRules for this beautiful server:The best place to Learn Rust \r\n-No Killing\r\n-No Raiding\r\n-No looting\r\n-No trespassing\r\n-No Shotgun traps or Turrets outside your base\r\n-No Sam sites on your base.\r\n\r\nAnnonce to call in the global chat when you:\r\n-Looting monument and/or puzzles\r\n-Hacking a locked crate at a monument\r\n-Going for airdrope, including where\r\n-Kill Bradley at Launch Site\r\n-Tagging Patrol Helicopter\r\n-Doing Cargo Ship\r\n-Doing Oil Rigs Small or Large\r\n-Use the Giant excavator\r\n\r\nLanguage in the global chat is French or English\r\n\r\nWipes:\r\n*Map wipes only when forced by facepunch every thursday of the month\r\nBlueprints never wipe, except when forced by Facepunch, which is almost never\r\n\r\nSome tips:\r\nThink to make your base safe.\r\n Upgrade as soon as possible to at least wood. Put locks on your doors, Tool cupboard, Storage Boxes, etc.\r\nPut at least window bars in your windows and preferably use strengthened windows as soon you can.\r\nThen… Enjoy the Game.\r\n*Anyone who violates these rules risks being banned depending on the seriousness of the offense\r\n\r\nThe server restarts every day at 4 a.m. EDT\r\n\r\nJoin us on our Discord chat: https://discord.gg/t7H6jwfceH",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744102061,
    "score": null,
    "last_online": 1744116055,
    "icon": null,
    "name": "Jack&Swan PVE|No Raid|No Kill|No Building Decay",
    "connect": "64.74.161.182:28015",
    "request": "64.74.161.182:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 5,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1637452245,
    "last_update": 1744116055,
    "banned": false,
    "wipe": 1743704316,
    "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/480457");
$data = json_decode($json, true);
var_dump($data);