API for US RENEGADE 2x Monthly | Small | 50% Upkeep | No BP Wipe

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/566042
json
{
  "response": {
    "steam_id": "90284735788624909",
    "domain": null,
    "id": 566042,
    "ip": "45.88.228.66",
    "port": 28028,
    "query": 28025,
    "color": 0,
    "city": "Dallas",
    "description": "![$RENEGADE 2x Monthly Small | 50% Upkeep | No BP Wipe | Noob Frie](https://github.com/geosciencegeek/ImageHosting/blob/main/Renegade%20Server%20Banner%201024x512.png?raw=true)===Welcome to RENEGADERUST.COM 2x Monthly Small=== Wipes on the first Thursday ",
    "game": 252490,
    "owner": 34811,
    "boosts": 1,
    "last_offline": 1776793402,
    "score": null,
    "last_online": 1776801020,
    "icon": null,
    "name": "US RENEGADE 2x Monthly | Small | 50% Upkeep | No BP Wipe",
    "connect": "45.88.228.66:28028",
    "request": "45.88.228.66:28025",
    "map": "discord.gg/RenegadeRust",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 3,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1668889018,
    "last_update": 1776801020,
    "banned": false,
    "wipe": 1775151529,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 320,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "GeoSciencegeek",
      "avatar": "6bd50a36-573e-4532-b65d-d3f80795e956.jpg",
      "last_online": 1680594104
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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