API for WEREWOLF GAMING.CO 3x Solo/Duo/Trio|Loot X3| JUST WIPED

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/569393
json
{
  "response": {
    "steam_id": "90284657417063444",
    "domain": null,
    "id": 569393,
    "ip": "64.52.81.123",
    "port": 28027,
    "query": 28025,
    "color": 0,
    "city": "Poplar",
    "description": "![WEREWOLF GAMING.CO 3x Solo/Duo/Trio|Loot X3| JUST WIPED](https://dunb17ur4ymx4.cloudfront.net/wysiwyg/947169/948e8efc705adf0886b26a0c0b7b39a8561813ce.png)\n          ▶The Professionals of Modded Rust◀\r\nWerewolf Gaming.co 3x Trio\r\n▶Max Group: 3\r\n▶3x Gather Rates|3x Crafting Speed|3x Components\r\n▶FREE Skinbox\r\n▶High Performance 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": 1776543800,
    "score": null,
    "last_online": 1776806419,
    "icon": null,
    "name": "WEREWOLF GAMING.CO 3x Solo/Duo/Trio|Loot X3| JUST WIPED",
    "connect": "64.52.81.123:28027",
    "request": "64.52.81.123:28025",
    "map": "Server WIPED 2 DAYS AGO",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 37,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 70,
    "add_date": 1668891832,
    "last_update": 1776806419,
    "banned": false,
    "wipe": 1776606860,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 698,
    "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/569393");
$data = json_decode($json, true);
var_dump($data);