Skip to main content
GET
/
moscowroleplay
/
civops
/
system
System Information
curl --request GET \
  --url https://api.erlcrussia.xyz/v2/moscowroleplay/civops/system \
  --header 'Authorization: Bearer <token>'
{
  "users": 216,
  "businesses": 9,
  "mafias": 1,
  "governmentBalance": 99990000001,
  "uptime": 1132.925331823,
  "memory": {
    "rss": 194883584,
    "heapTotal": 72372224,
    "heapUsed": 69451704,
    "external": 6152340,
    "arrayBuffers": 416832
  },
  "timestamp": "2026-04-23T16:21:16.502Z"
}

Authorizations

Authorization
string
header
required

API key for accessing CivOps endpoints.

Passed in the Authorization: Bearer <key> header.

REQUIRED FOR ALL CIVOPS ENDPOINTS (except /health).

Query Parameters

action
enum<string>
required

Action type for retrieving data.

Available options:
stats,
uptime,
dbStatus

Response

Successful response with system data.

The response is of type object.