Get Mafia Data
Economy API GET Endpoints
Get Mafia Data
Retrieve information about mafia organizations on the server.
Available actions:
list- list of all mafias (page, limit)info- mafia information (mafiaId or mafiaName)balance- mafia balance (mafiaId)members- mafia members (mafiaId, page, limit)transfers- mafia transfers (mafiaId, page, limit)logs- mafia logs (mafiaId, limit)
GET
Get Mafia Data
Authorizations
API key for accessing CivOps endpoints.
Passed in the Authorization: Bearer <key> header.
REQUIRED FOR ALL CIVOPS ENDPOINTS (except /health).
Query Parameters
Action type for retrieving data.
Available options:
list, info, balance, members, transfers, logs Mafia ID (for info, balance, members, transfers, logs).
Mafia name (for info).
Record limit (default 10).
Page number (default 1).
Response
Successful response with mafia data.
The response is of type object.