API for EU RENEGADE 2x Monthly Low - Medium Pop | 50% Upkeep | No BP Wi

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/688452
json
{
  "response": {
    "id": 688452,
    "ip": "45.88.230.188",
    "port": 28017,
    "query": 28015,
    "owner_name": "GeoSciencegeek",
    "owner_avatar": "6bd50a36-573e-4532-b65d-d3f80795e956.jpg",
    "color": 0,
    "description": "![$EU RENEGADE 2x Monthly Low Pop | 50% Upkeep | No BP Wipe | Noob](https://github.com/geosciencegeek/ImageHosting/blob/main/Renegade%20Server%20Banner%201024x512.png?raw=true)===Welcome to EU RENEGADERUST.COM 2x Monthly Low Pop=== Wipes on the first Thur",
    "game": 252490,
    "owner": 34811,
    "boosts": 1,
    "last_offline": 1744160302,
    "score": null,
    "last_online": 1744959024,
    "icon": null,
    "name": "EU RENEGADE 2x Monthly Low - Medium Pop | 50% Upkeep | No BP Wi",
    "connect": "45.88.230.188:28017",
    "request": "45.88.230.188:28015",
    "map": "discord.gg/RenegadeRust",
    "gamemode": "Rust",
    "version": "2585",
    "numplayers": 16,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 92,
    "add_date": 1672001981,
    "last_update": 1744959024,
    "banned": false,
    "wipe": 1743702818,
    "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/688452");
$data = json_decode($json, true);
var_dump($data);