API for RUSTOLUTION.GG 2x Monthly Main | 50% Upkeep | No BP Wipe | Noob

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/566603
json
{
  "response": {
    "id": 566603,
    "ip": "45.88.228.60",
    "port": 28018,
    "query": 28015,
    "owner_name": "GeoSciencegeek",
    "owner_avatar": "6bd50a36-573e-4532-b65d-d3f80795e956.jpg",
    "color": 0,
    "description": "![$RUSTOLUTION.GG 2x Monthly Main | 50% Upkeep | No BP Wipe | Noob](https://github.com/geosciencegeek/ImageHosting/blob/main/Rustolution%20Server%20Banner%201024x512.png?raw=true)===Welcome to RUSTOLUTION.GG 2x Monthly Main=== Wipes on the first Thursday ",
    "game": 252490,
    "owner": 34811,
    "boosts": 1,
    "last_offline": 1742654285,
    "score": null,
    "last_online": 1742982631,
    "icon": null,
    "name": "RUSTOLUTION.GG 2x Monthly Main | 50% Upkeep | No BP Wipe | Noob",
    "connect": "45.88.228.60:28018",
    "request": "45.88.228.60:28015",
    "map": "discord.gg/Rustolution",
    "gamemode": "Rust",
    "version": "2583",
    "numplayers": 1,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1668889350,
    "last_update": 1742982631,
    "banned": false,
    "wipe": 1741286999,
    "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": {
      "username": "GeoSciencegeek",
      "avatar": "6bd50a36-573e-4532-b65d-d3f80795e956.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/566603");
$data = json_decode($json, true);
var_dump($data);