API for Equinox AU 3x JUST WIPED | Raid times | Max 4 | Biweekly | PVP

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11189600
json
{
  "response": {
    "fps": 99,
    "fps_avg": 99,
    "entities_count": 71527,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90284746884319252",
    "domain": null,
    "id": 11189600,
    "ip": "103.1.213.69",
    "port": 28045,
    "query": 28047,
    "color": 0,
    "city": "Sydney",
    "description": "![Equinox AU 3x JUST WIPED | Raid times | Max 4 | Biweekly | PVP ](https://i.postimg.cc/MZj02LhJ/Equinox-logo-E-SHAPE-CHANGED-(1).png)\nEquinoxAU 3x \r\nPlugins We include \r\nBetter Tc  \r\nRAIDABLE BASES! \r\nCONVOY \r\n/remove \r\nImproved outpost \r\nmax teams of 4 \r\nLow upkeep \r\nPVP \r\nLots of events \r\nAuto doors \r\nSam site auth \r\nInsta Barrels \r\nAuto car parts \r\nBetter TC \r\nBGrade \r\nfaster furnaces, quarries, recyclers, mixing tables and research \r\ninsta craft",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776791600,
    "score": 0,
    "last_online": 1776825621,
    "icon": null,
    "name": "Equinox AU 3x JUST WIPED | Raid times | Max 4 | Biweekly | PVP",
    "connect": "103.1.213.69:28045",
    "request": "103.1.213.69:28047",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699061,
    "last_update": 1776825621,
    "banned": false,
    "wipe": 1775184963,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4751,
    "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/11189600");
$data = json_decode($json, true);
var_dump($data);