API for [EU] | Rusty Balkan - PvE | x3 | Skins | Shop | RaidBase |

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11260011
json
{
  "response": {
    "fps": 113,
    "fps_avg": 112,
    "entities_count": 60251,
    "world_seed": 767676,
    "world_size": 3500,
    "steam_id": "90284799905999893",
    "domain": null,
    "id": 11260011,
    "ip": "144.76.5.50",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[EU] | Rusty Balkan - PvE | x3 | Skins | Shop | RaidBase |](https://www.dropbox.com/scl/fi/pgb0de9y86l5jqvg654t5/IMG_7827.png?rlkey=iuojfdz5zwy8z8a42sn51logg&st=7ajr3y37&dl=1)\n• Rusty Balkan | PvE Modded Server \r\n  \r\n Welcome to Rusty Balkan, a modded PvE Rust server focused on progression, events, and fun gameplay without the stress of PvP. \r\n  \r\n Whether you want to build, explore, or take on challenging events, Rusty Balkan offers a balanced experience for both new and experienced players. \r\n  \r\n • Wipe Schedule \r\n  \r\n • Map Wipe: Monthly \r\n • Blueprint Wipe: Every 3 Months \r\n  \r\n • Server Features \r\n  \r\n • Skills System – Level up your abilities while playing \r\n • Skins – Access a wide selection of cosmetic skins \r\n • Raidable Bases – Attack NPC bases for valuable loot \r\n • Shop System – Buy and sell items through the in-game economy \r\n • Server Events – Participate in fun PvE events for rewards \r\n  \r\n • Server Info \r\n  \r\n • PvE focused gameplay \r\n • Active development and improvements \r\n • Friendly community \r\n  \r\n Join Rusty Balkan and build, explore, and conquer challenging events in a relaxed PvE environment.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774555185,
    "score": 0,
    "last_online": 1776841822,
    "icon": null,
    "name": "[EU] | Rusty Balkan - PvE | x3 | Skins | Shop | RaidBase |",
    "connect": "144.76.5.50:28015",
    "request": "144.76.5.50:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2622",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555185,
    "last_update": 1776841822,
    "banned": false,
    "wipe": 1773086944,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4834,
    "language": "de",
    "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/11260011");
$data = json_decode($json, true);
var_dump($data);