API for [NA] Builder's Sanctuary Premium | Creative | Sandbox

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/434354
json
{
  "response": {
    "fps": 60,
    "modded": true,
    "fps_avg": 59,
    "world_seed": 1,
    "world_size": 6000,
    "entities_count": 35799,
    "id": 434354,
    "ip": "149.56.242.93",
    "port": 28027,
    "query": 28025,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![:P](https://i.imgur.com/EaYa6gd.png)hiunban wiggle unban kobe were coming to bb court 2023 skrt a bitch jay a bitch he crys to all powerfu",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742424858,
    "score": null,
    "last_online": 1743592242,
    "icon": null,
    "name": "[NA] Builder's Sanctuary Premium | Creative | Sandbox",
    "connect": "149.56.242.93:28027",
    "request": "149.56.242.93:28025",
    "map": "Sanctuary Custom Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 1,
    "maxplayers": 12,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1604231887,
    "last_update": 1743592242,
    "banned": false,
    "wipe": 1743571142,
    "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/434354");
$data = json_decode($json, true);
var_dump($data);