API for [EU] WizzRust.com 1x Solo/Duo | Noob Friendly | Wiped 02/04

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/4666169
json
{
  "response": {
    "fps": 29,
    "fps_avg": 28,
    "entities_count": 263086,
    "world_seed": 1,
    "world_size": 3700,
    "steam_id": "90284508273896457",
    "domain": null,
    "id": 4666169,
    "ip": "195.60.166.229",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] WizzRust.com 1x Solo/Duo | Noob Friendly | Wiped 02/04](https://i.postimg.cc/g29PHq7b/Wizz-Rust-Duo-Server-Banner.jpg)\nWelcome to WizzRust 1x Vanilla Monthly Duo!\r\n!! Read our rules on the Discord server before you play !!\r\nMonthly Map Wipes - No BP Wipes\r\nNext Map Wipe: Thursday 23rd April 2026 @ 19:00 UK Time\r\n\r\nMain Server Features:\r\n- Custom Anticheat\r\n- Max 2 Team Limit\r\n- 1x Vanilla Stack Sizes\r\n- 1x Vanilla Gather Rates\r\n\r\nQuality of Life Features:\r\n- Max 3 raids in a 48 hour period\r\n- 50% Less Upkeep Cost\r\n- Combined Outpost & Bandit\r\n- Drone Marketplace & Recyclers at Fishing Villages\r\n- Max 24 Turrets in 40m Radius\r\n- Increased Node Respawn Times\r\n- Decreased Minicopter Decay in TC Range\r\n- Non-P2W Supporter Perks\r\n\r\nDiscord: discord.gg/WizzRust\r\nRestarts daily at 8am UK Time for increased server performance",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775690523,
    "score": 0,
    "last_online": 1776381015,
    "icon": null,
    "name": "[EU] WizzRust.com 1x Solo/Duo | Noob Friendly | Wiped 02/04",
    "connect": "195.60.166.229:28025",
    "request": "195.60.166.229:28027",
    "map": "WizzRust FPS+",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 30,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 76,
    "add_date": 1717669019,
    "last_update": 1776381015,
    "banned": false,
    "wipe": 1775151839,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 506,
    "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/4666169");
$data = json_decode($json, true);
var_dump($data);