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/aircraft?date=string' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "ambulance": true, "aoc": { … }, "cabinHeight": 1.8, "cabinLength": 10, "cabinWidth": 2, "cargo": true, "category": "PISTON", "equipment": { … }, "externalHeight": 3, "externalLength": 20, "flightNumberToken": "string", "homebase": "LMML", "id": 0, "keyAccountManager": { … }, "layout": { … }, "links": { … }, "maxFuel": 1000, "maxPayload": 1000, "maxRange": 1000, "minRunway": 1000, "model": "Clipper", "normalCruiseSpeed": 0.8, "numberOfSeats": 3, "subcharter": true, "tailNumber": "SX-HIC", "type": "R44", "typeName": "Robi 44", "typeOfUse": "PRIVATE", "typeRating": "string", "wingSpan": 0 } ]
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/picture/{uuid}' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/picture/{uuid}/thumbnail' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{tailNumber}' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
{ "ambulance": true, "aoc": { "id": 33453, "name": "string" }, "cabinHeight": 1.8, "cabinLength": 10, "cabinWidth": 2, "cargo": true, "category": "PISTON", "equipment": { "baggageVolume": 493, "cd_dvd": true, "coffeePot": false, "enclosedLavatory": false, "entertainmentSystem": true, "espresso": true, "golfBags": false, "headsets": true, "iceBin": true, "lavatory": true, "maxWeight": 2170, "microwaveOven": true, "petsAllowed": true, "satPhone": true, "satTV": false, "skiTube": false, "smokingAllowed": false, "standardSuitcases": 18, "tv": true, "v110": true, "v230": false, "warmingOven": true, "wifi": true }, "externalHeight": 3, "externalLength": 20, "flightNumberToken": "string", "homebase": "LMML", "id": 0, "keyAccountManager": { "internalId": 485949, "externalReference": "665321646", "firstName": "Luke", "lastName": "Joe", "gender": "MALE", "birthDate": "1988-03-18", "birthPlace": "Conroe", "acronym": "LJ", "birthCountry": "US", "account": { … }, "address": { … }, "email": "myemail@fl3xx.com", "documentExpiration": "2030-04-03", "documentExternalReference": 69905, "documentNumber": "CC4AA3390294NJ", "documentType": "PASSPORT", "issueCountry": "USA", "issueDate": "2020-04-02", "links": { … }, "logName": "string", "mobile": 1111111111, "nationality": "US", "personnelNumber": 996659598, "phone": 11111111111, "radiationProtectionRegistryId": 1112221112221, "salutation": "Mr", "siflType": "CONTROL", "status": "ACTIVE", "weight": 80.5 }, "layout": { "cabinCrew": 0, "flightCrew": 0, "onboardEngineer": 0 }, "links": { "empty": true }, "maxFuel": 1000, "maxPayload": 1000, "maxRange": 1000, "minRunway": 1000, "model": "Clipper", "normalCruiseSpeed": 0.8, "numberOfSeats": 3, "subcharter": true, "tailNumber": "SX-HIC", "type": "R44", "typeName": "Robi 44", "typeOfUse": "PRIVATE", "typeRating": "string", "wingSpan": 0 }
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{tailNumber}/holditems?dateSearchType=ALL&from=2019-08-24&to=2019-08-24' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "aircraftId": 0, "approvalUser": { … }, "cabinConvenience": true, "corrected": true, "correctedWorkOrderNumber": "string", "correctionDate": "2019-08-24T14:15:22Z", "correctionUser": { … }, "correctiveActions": "string", "creationDate": "2019-08-24T14:15:22Z", "creationUser": { … }, "cycles": 0, "description": "string", "documents": [ … ], "dueDate": "2019-08-24T14:15:22Z", "extendedDueDate": "2019-08-24T14:15:22Z", "formCategory": "MEL_A", "hilReference": "string", "hours": 0.1, "id": 0, "limitations": "NO", "limitationsDescription": "string", "maintenanceOrganization": "string", "melReference": "string", "modificationDate": "2019-08-24T14:15:22Z", "modifiedBy": { … }, "oneHundredFourtyFiveNumber": "string", "partOff": "string", "partOn": "string", "remarks": "string", "reportDate": "2019-08-24T14:15:22Z", "serialOff": "string", "serialOn": "string", "signature": "string", "source": "DISPATCH", "techLogCycles": 0, "techLogHours": 0.1, "techNumber": "string", "techlogNumber": "string", "workOrderNumber": "string" } ]
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{tailNumber}/pricing' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
{ "costModel": { "fuelLong": 0.1, "fuelShort": 0.1, "leaseCost": 0, "maintenanceCost": 0, "navigationCost": 0 }, "fees": { "bookingFee": 0, "cabinAttendantDailyFee": 0, "dailyFee": 0, "fuelStopFee": 0, "fuelSurchargePerBlockHour": 0, "internationalFee": 0, "legFee": 0 }, "priceModel": { "positioningFlightRate": 0, "positioningFlightUnit": "BLOCK_TIME", "revenueFlightRate": 0, "revenueFlightUnit": "BLOCK_TIME" }, "tailCurrency": "string", "tailNumber": "string" }
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{tailNumber}/schedule?from=2019-08-24&initLocation=false&to=2019-08-24' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "arrivalAirport": "string", "arrivalAirportObj": { … }, "arrivalDate": "string", "arrivalDateUTC": "string", "comments": "string", "departureAirport": "string", "departureAirportObj": { … }, "departureDate": "string", "departureDateUTC": "string", "fplType": "N", "id": "string", "notes": "string", "pax": 0, "seatsAfter": 0, "taskType": "MAINTENANCE", "tripNumber": 0, "workflow": "COMMERCIAL", "workflowCustomName": "string" } ]
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{aircraftId}/maintenanceSchedules?limit=200&offset=0' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "id": 7792, "scheduleType": "INTERVAL", "unit": "FLIGHT_HOURS", "type": "string", "lastUpdate": 1730124030623, "date": 1730124030623, "maxDate": 1730124030623, "amount": 0, "lastAmount": 0, "maxAmount": 0, "profileType": "AIRCRAFT", "taskType": "SERVICE", "dueRepeat": 0, "modificationDate": 1730124030623, "externalSource": "CAMP", "timeUnit": "DAYS", "remaining": 0, "averagePerDay": 0, "limitReached": "2019-08-24T14:15:22Z", "maxOrNextAmount": 0 } ]
Aircraft Maintenance Schedule
Unit
curl -i -X PUT \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{aircraftId}/maintenanceSchedules' \
-H 'Content-Type: */*' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE' \
-d '[object Object]'
[ { "id": 7792, "scheduleType": "INTERVAL", "unit": "FLIGHT_HOURS", "type": "string", "lastUpdate": 1730124030623, "date": 1730124030623, "maxDate": 1730124030623, "amount": 0, "lastAmount": 0, "maxAmount": 0, "profileType": "AIRCRAFT", "taskType": "SERVICE", "dueRepeat": 0, "modificationDate": 1730124030623, "externalSource": "CAMP", "timeUnit": "DAYS", "remaining": 0, "averagePerDay": 0, "limitReached": "2019-08-24T14:15:22Z", "maxOrNextAmount": 0 } ]
curl -i -X DELETE \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{aircraftId}/maintenanceSchedules/{maintenanceScheduleId}' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
{ "deleted": true }