API for [EU] WizzRust.com 2x Solo/Duo/Trio | Vanilla+ | Wiped 02/04

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/4666166
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 142130,
    "world_seed": 1,
    "world_size": 3700,
    "steam_id": "90284508145157129",
    "domain": null,
    "id": 4666166,
    "ip": "195.60.166.229",
    "port": 28055,
    "query": 28057,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] WizzRust.com 2x Solo/Duo/Trio | Vanilla+ | Wiped 02/04](https://imgur.com/dKbTUqq.png)\nWelcome to WizzRust 2x Vanilla Monthly Trio!\r\nMonthly Map Wipes - No BP Wipes\r\nNext Map Wipe: Thursday 23rd April 2026 @ 19:00 UK Time\r\n\r\nServer Features:\r\n- Custom Anticheat & Antiteam\r\n- Max 3 Team Limit + Clans Plugin\r\n- 2x Crafting, Smelting & Recycling Speed\r\n- 2x Resource Gathering (Except Sulfur is 1x) \r\n- 2x Stack Size (Resources, Food, Construction)\r\n- 1x Stack Size (Medical, Ammo, Clothing)\r\n- 50% Less Upkeep Cost\r\n- Structures get auto removed after 7 days of inactivity\r\n- Day is 50 minutes, Night is 10 minutes\r\n\r\nQuality of Life:\r\n- Combined Outpost & Bandit\r\n- Balanced and vanilla styled ingame events\r\n- SAM Sites do not shoot at people with TC auth\r\n- Computer Stations auto add CCTV cameras + Cargo has CCTV cameras\r\n- Raid Alarm to receive raid notifications through Rust+ app\r\n- Modular Cars can be locked & increased storage module\r\n- Overflow items automatically go into equipped backpacks\r\n- Drone Marketplace & Recyclers at Fishing Villages\r\n- Max 36 Turrets in 40m Radius\r\n- Increased Nodes\r\n- Decreased Minicopter Decay in TC Range\r\n- Non-P2W Supporter Perks\r\n\r\nDiscord: discord.gg/nY6zehwPnb\r\nRestarts daily at 8am UK time for performance",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775690523,
    "score": 0,
    "last_online": 1776376220,
    "icon": null,
    "name": "[EU] WizzRust.com 2x Solo/Duo/Trio | Vanilla+ | Wiped 02/04",
    "connect": "195.60.166.229:28055",
    "request": "195.60.166.229:28057",
    "map": "WizzRust FPS+",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 12,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1717669019,
    "last_update": 1776376220,
    "banned": false,
    "wipe": 1775151830,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1029,
    "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/4666166");
$data = json_decode($json, true);
var_dump($data);