API for Rust365 | Solo Only | Monthly | No BP Wipe

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/7175040
json
{
  "response": {
    "id": 7175040,
    "ip": "23.92.73.131",
    "port": 28266,
    "query": 28266,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Rust365 | Solo Only | Monthly | No BP Wipe](https://rust365.com/wp-content/uploads/2024/11/banner.png)\nWelcome to Rust365's Solo Only Server. Absolutely NO teaming allowed - violators will be banned! \r\n + Solo only \r\n + Active, non-playing admins \r\n + Monthly map wipe \r\n + No BP Wipes",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744977246,
    "score": 0,
    "last_online": 1744879239,
    "icon": null,
    "name": "Rust365 | Solo Only | Monthly | No BP Wipe",
    "connect": "23.92.73.131:28265",
    "request": "23.92.73.131:28266",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1736279778,
    "last_update": 1744977246,
    "banned": false,
    "wipe": 1741355561,
    "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/7175040");
$data = json_decode($json, true);
var_dump($data);