Highly Recommended Integration
Instead of mapping weights manually, pass the
pilot's SimBrief username. The eLoadcontrol server will automatically fetch the OFP, parse all
weights, apply dynamic performance limits, and generate the loadsheet instantly.
POST https://eloadcontrol.com/api/v1/generate-from-simbrief
The premium automated engine shortcut.
Example JSON Request Body
{
"simbriefUsername": "SimBriefUser123",
"cabinConfig": "Y189",
"loadsheetFormat": "standard_iata"
}
POST https://eloadcontrol.com/api/v1/generate-loadsheet
The raw dispatch engine. Use this if your Virtual Airline utilizes a custom dispatch system rather
than SimBrief. You must manually map and provide all flight weights.
Example JSON Request Body
{
"airline": "RYR",
"flightNumber": "1942",
"departure": "EHAM",
"destination": "EGLL",
"type": "B738",
"aircraftReg": "EI-DCL",
"cabinConfig": "Y189",
"loadsheetFormat": "standard_iata",
"BOW": 42264,
"cargo": 2100,
"paxY": 140,
"paxWeight": 86,
"crewAmount": "02/04",
"blockFuel": 7500,
"taxiFuel": 200,
"tripFuel": 4100,
"tripTime": "0130",
"taxiTime": "0020",
"date": "28MAR26",
"departureTime": "1200",
"editionNumber": 1
}
POST https://eloadcontrol.com/api/v1/calculate-cg
A lightweight engine. Provide flight weights, and the API returns the precise Center of Gravity (CG)
percentages for ZFW, TOW, and LDW, along with the structural envelope coordinates.
Ideal for drawing interactive charts.