FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.
FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/flight/{flight}/preflight' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
{ "aircraftId": 0, "assignmentApprovalBlocked": true, "booking": "string", "bookingId": 0, "crewAssign": { "additionalCrew": [ … ], "augmentedCrew": true, "by": "HANDLER", "commander": { … }, "crewPositions": [ … ], "emptySeats": { … }, "firstOfficer": { … }, "flightAttendants": [ … ], "hasOnBoardEng": true, "id": 0, "numberOfFA": 0, "onBoardEng": 0, "onBoardEngineer": { … }, "onBoardEngineers": [ … ], "permitProviderId": 0, "status": "NA" }, "crewBrief": { "by": "HANDLER", "crewNotes": "string", "flightSelection": { … }, "id": 0, "permitProviderId": 0, "status": "NA" }, "dutyTimeLim": { "allowedReducedCheckin": true, "by": "HANDLER", "dtlActuals": [ … ], "dtls": [ … ], "dtls2": [ … ], "id": 0, "manualStatus": true, "operationType": { … }, "remarks": "string", "splitDutyType": "DEFAULT", "status": "NA" }, "flight": "string", "flightId": 0, "mtowUnit": "KILOGRAM", "reducedRestEnabled": true, "tailNumber": "string" }