API for RaidPanda 10X|MyMini|Kits|Backpack|No BPs & Workbench|Raidable

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11259904
json
{
  "response": {
    "fps": 179,
    "fps_avg": 182,
    "entities_count": 77274,
    "world_seed": 165199381,
    "world_size": 3750,
    "steam_id": "90283841195684885",
    "domain": null,
    "id": 11259904,
    "ip": "89.221.215.168",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Hluboká nad Vltavou",
    "description": "![RaidPanda 10X|MyMini|Kits|Backpack|No BPs & Workbench|Raidable ](https://i.imgur.com/oFwuJrm.png)\nCute name. Deadly game.\r\nNext Wipe: 16.4.2026 @ 20:00 CET\r\nDiscord: https://discord.gg/NbfU2SJkbW\r\nGroup Limit: 4\r\n/info for all commands\r\n\r\nChoose your way when you join:\r\n- PvP: Brutal life of Rust\r\n- PvE: full protection from fighting, raiding, and stealing\r\n\r\nEasy Progression:\r\n- No blueprints or workbench needed\r\n- 10x Gather, 7x Quarry\r\n- Fast Smelt\r\n- 50% Upkeep resources for your base\r\n\r\nQuality of Life:\r\n- Spawn with a backpack\r\n- Teleport\r\n- Kits and daily rewards\r\n- Long days, no night (skipped)\r\n- Offline raid protection for PvP: 23:59–10:00 CET\r\n- Improved industrial: Connect pipe to fridge, SAM or turrets\r\n- Automated farming\r\n- Custom loot tables (with skins)\r\n- Sortable crates\r\n\r\nEvents:\r\n- Raidable Bases\r\n- Armored Caravan (horse-ridden caravan)\r\n- Ship Cargo protected by boats and SAM & more",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776877955,
    "score": 0,
    "last_online": 1776571819,
    "icon": null,
    "name": "RaidPanda 10X|MyMini|Kits|Backpack|No BPs & Workbench|Raidable",
    "connect": "89.221.215.168:28015",
    "request": "89.221.215.168:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774555183,
    "last_update": 1776877955,
    "banned": false,
    "wipe": 1775159542,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8930,
    "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/11259904");
$data = json_decode($json, true);
var_dump($data);