API for [CAN] Ontario Vibes - No BP Wipe - Monthly Wipe - Vanilla Serve

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/7763740
json
{
  "response": {
    "fps": 65,
    "fps_avg": 56,
    "world_seed": 1355947636,
    "world_size": 4250,
    "entities_count": 102641,
    "id": 7763740,
    "ip": "192.99.75.98",
    "port": 26762,
    "query": 26762,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "This is a monthly Rust server that does not wipe blueprints. This means that players will keep their blueprints between wipes, which can be a significant advantage. This can also make the server more challenging for new players, as they will be at a disadvantage to players who have been on the server for longer.  This server is ideal for players who are looking for a more relaxed and less grindy experience. It is also a good choice for players who are new to Rust and want to learn the game at their own pace.  Here are some of the benefits of playing on a monthly Rust server with no blueprint wipes:  You can focus on building and raiding, rather than grinding for blueprints. You can build up a strong base and know that it will be there for at least a month. You can get to know the other players on the server and form lasting alliances. If you are looking for a more challenging and competitive experience, then this server may not be the right choice for you. However, if you are looking for a more relaxed and enjoyable experience, then this server is definitely worth checking out.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744386489,
    "score": 0,
    "last_online": 1744426853,
    "icon": null,
    "name": "[CAN] Ontario Vibes - No BP Wipe - Monthly Wipe - Vanilla Serve",
    "connect": "192.99.75.98:26761",
    "request": "192.99.75.98:26762",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 4,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1739878843,
    "last_update": 1744426853,
    "banned": false,
    "wipe": 1743722268,
    "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/7763740");
$data = json_decode($json, true);
var_dump($data);