Skip to main content
GET
/
moscowroleplay
/
civops
/
government
Get Government Data
curl --request GET \
  --url https://api.erlcrussia.xyz/v2/moscowroleplay/civops/government \
  --header 'Authorization: Bearer <token>'
{
  "balance": {
    "bank": 99990000001
  }
}

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:
balance,
transfers
page
integer
default:1

Page number for transfers (default 1).

limit
integer
default:25

Record limit for transfers (default 25).

Response

Successful response with government data.

The response is of type object.