API for CrazyRust 2x Vanilla+ EU / Biweekly / Quad / No P2W / QoL

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7468707
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 66770,
    "world_seed": 1004684239,
    "world_size": 3500,
    "steam_id": "90284796880038931",
    "domain": null,
    "id": 7468707,
    "ip": "37.27.235.111",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "city": "Helsinki",
    "description": "![CrazyRust 2x Vanilla+ EU / Biweekly / Quad / No P2W / QoL](https://crazyworld.fi/wp-content/uploads/2026/04/crazyrust_v5.png)\nTired of grinding, but still want real Rust?\r\n\r\nCrazyRust 2x is built for players who want faster, fair and competitive gameplay without kits, teleporting or pay‑to‑win nonsense.\r\n\r\nServer Features\r\n\r\n2x Gather & Scrap & Comps\r\n2x Smelting & Crafting speed\r\n2x Hammer demolish time\r\n2x Recycler speed\r\nElectric blueprints unlocked\r\nBlueprint sharing\r\nSkip night voting\r\nMinicopters spawn on roads\r\nClean loot tables – frustration junk removed\r\nTC upgrades & repairs\r\n\r\n\r\nRules & Playstyle\r\n\r\nSolo / Duo / Trio / Quad only\r\nNo kits\r\nNo teleport\r\nNo pay‑to‑win\r\nNo alliances or shared bases\r\nActive, non‑playing admins\r\nStrict anti‑zerg enforcement (evidence‑based)\r\n\r\nWipes\r\n\r\nMap wipe every second Friday at 17:00 EET\r\nBlueprint wipe monthly\r\n\r\nCrazyRust 2x delivers the perfect balance between progression and PvP.\r\nBuild faster. Fight more. Win with skill — not numbers.\r\n\r\nJoin the CrazyRust network and play Rust the way it should feel.\r\ndiscord.crazyworld.fi",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776830599,
    "score": 0,
    "last_online": 1776833425,
    "icon": null,
    "name": "CrazyRust 2x Vanilla+ EU / Biweekly / Quad / No P2W / QoL",
    "connect": "37.27.235.111:28000",
    "request": "37.27.235.111:28001",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234853,
    "last_update": 1776833425,
    "banned": false,
    "wipe": 1775829608,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2990,
    "language": "fi",
    "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/7468707");
$data = json_decode($json, true);
var_dump($data);