API for [NA] WOLFPACK.GG 1000x [No BPs | Kits | Shop | TP | VIP]

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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/451544
json
{
  "response": {
    "fps": 33,
    "fps_avg": 33,
    "entities_count": 146880,
    "world_seed": 1497489390,
    "world_size": 4500,
    "steam_id": "90284168273251345",
    "domain": null,
    "id": 451544,
    "ip": "104.129.133.187",
    "port": 28011,
    "query": 28017,
    "color": 0,
    "city": "Dallas",
    "description": "![[NA] WOLFPACK.GG 1000x [No BPs | Kits | Shop | TP | VIP]](https://cdn.wolfpack.gg/images/rust-server-banner.png)\nWelcome to WolfPack x1000 Server\r\n[1000x Gather | Kits | Shop | TP | VIP | No Blueprints]\r\n\r\n\r\nRules\r\n- No racism or excessive toxicity in game chat.\r\n- No advertising in game chat.\r\n- No spamming in game chat.\r\n- No cheats, hacks, or exploits; you and your teammates will get banned.\r\n- Our gameban policy is as follows:\r\nOne banned alt is fine if banned over 180 days ago. Multiple banned alts are not allowed. If we find aren't within these guidelines you and your teammates will be banned.\r\n\r\n\r\nWebsite: wolfpack.gg\r\nStore: wolfpack.gg/store\r\nDiscord: discord.wolfpack.gg\r\nLinking: link.wolfpack.gg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": null,
    "last_online": 1775881817,
    "icon": null,
    "name": "[NA] WOLFPACK.GG 1000x [No BPs | Kits | Shop | TP | VIP]",
    "connect": "104.129.133.187:28011",
    "request": "104.129.133.187:28017",
    "map": "WIPED x1000 NOBPVP JUST MONTHLY",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779901,
    "last_update": 1775881817,
    "banned": false,
    "wipe": 1775152049,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2539,
    "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/451544");
$data = json_decode($json, true);
var_dump($data);