API for EU/CZ x2 ISLAND SURVIVAL | CUSTOM MAP | EVENTS | SOLO-DUO-TRIO

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8086975
json
{
  "response": {
    "fps": 92,
    "fps_avg": 91,
    "entities_count": 36250,
    "world_seed": 50913227,
    "world_size": 2600,
    "steam_id": "90285702496773125",
    "domain": null,
    "id": 8086975,
    "ip": "185.180.2.17",
    "port": 28744,
    "query": 27744,
    "color": 0,
    "city": "Prague",
    "description": "![EU/CZ x2 ISLAND SURVIVAL | CUSTOM MAP | EVENTS | SOLO-DUO-TRIO](https://whitewolves.eu/ws/media-library/c24627e0aca89c7417df5958b20ae1f1/56e07f18-5725-4d68-a0f8-e4a500252b52jpeg.jpg)\nEU/CZ WhiteWolves – Rust Server x2\r\nStable 24/7 server with no lag.\r\nCZ/SK community, fair gameplay with no cheats or admin abuse.\r\n\r\nWipe takes place after every force wipe, always in the middle of the month.\r\nCustom maps 4500.\r\n\r\nBeginner / Safe / Build Zone\r\nSafe areas for new and peaceful players.\r\nPvP, raids, turrets, explosives, and storing weapons or raid materials are prohibited.\r\nPerfect for beginners or relaxed building.\r\n\r\nRaid Limit\r\n1 raid per team / day\r\n\r\nVIP Commands\r\n/kit Welcomer\r\nElite Commands\r\n/kit Elite /kit\r\nCommon Commands\r\n/help /players /sil /wipe /remove /kit /stat /voteday /s [Server REWARDS]\r\n\r\nEvents\r\n\r\nAirfield Event, Mining Event, Raidable Bases, Jet Event, Gas Station, Armored Train, Balloon Heist Event, Basements (underground areas beneath bases), Meteor\r\n\r\nDouble gather rates (Gather Manager), x2 stack sizes\r\n\r\nPlugins\r\nBetter Chat, Death Notes, Discord Integration, Waypoints, WipeProtection, EASY SAILING, Meteor\r\nImproved vending machines, faster crate opening, no building limits, and more\r\n\r\nIP: 185.180.2.17:27744\r\nDiscord: discord.gg/fns7QXwq\r\nWeb: whitewolves.eu",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778178186,
    "score": 0,
    "last_online": 1778694020,
    "icon": null,
    "name": "EU/CZ x2 ISLAND SURVIVAL | CUSTOM MAP | EVENTS | SOLO-DUO-TRIO",
    "connect": "185.180.2.17:28744",
    "request": "185.180.2.17:27744",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1741599826,
    "last_update": 1778694020,
    "banned": false,
    "wipe": 1778672978,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1425,
    "language": "cs",
    "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/8086975");
$data = json_decode($json, true);
var_dump($data);