API for WEREWOLF GAMING.CO 5x Solo/Duo/Trio/Quad/Max 5|Clans|Loot X5|TP

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/9527494
json
{
  "response": {
    "steam_id": "90284737182978066",
    "domain": null,
    "id": 9527494,
    "ip": "64.52.81.121",
    "port": 28027,
    "query": 28025,
    "color": 0,
    "city": "Poplar",
    "description": "![WEREWOLF GAMING.CO 5x Solo/Duo/Trio/Quad/Max 5|Clans|Loot X5|TP](https://dunb17ur4ymx4.cloudfront.net/wysiwyg/947169/2936fd9215457930146ef9fa40c4947dd3125f8f.png)\n          ▶The Professionals of Modded Rust◀\r\nWerewolf Gaming.co 5x Max 5\r\n▶Max Group: 5\r\n▶5x Gather Rates|5x Crafting Speed|5x Components\r\n▶FREE Skinbox\r\n▶Custom Maps\r\n▶Active Staff 24/7|Anti-Cheat/Anti-Teaming\r\n▶Custom Improved Loot Tables\r\n▶BP Clan Sharing\r\n▶TP & Home\r\n▶Automatic Auth Share|TC|Code Lock|AutoTurret\r\n▶Increased stack size",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774697544,
    "score": 0,
    "last_online": 1776823218,
    "icon": null,
    "name": "WEREWOLF GAMING.CO 5x Solo/Duo/Trio/Quad/Max 5|Clans|Loot X5|TP",
    "connect": "64.52.81.121:28027",
    "request": "64.52.81.121:28025",
    "map": "Server WIPED 13 HOURS AGO",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 12,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1750537928,
    "last_update": 1776823218,
    "banned": false,
    "wipe": 1776776246,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 941,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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