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/flights?from=string&include=NON_CANCELED&timeZone=string&to=2019-08-24T14%3A15%3A22Z' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "accountId": 0, "accountName": "string", "accountReference": "string", "accountTrigram": "string", "aircraftAOC": { … }, "aircraftCategory": "string", "airportFrom": "string", "airportTo": "string", "blockOffEstLocal": "2019-08-24T14:15:22Z", "blockOffEstUTC": "2019-08-24T14:15:22Z", "blockOnEstLocal": "2019-08-24T14:15:22Z", "blockOnEstUTC": "2019-08-24T14:15:22Z", "blocksoffestimated": "2019-08-24T14:15:22Z", "blocksonestimated": "2019-08-24T14:15:22Z", "bookingIdentifier": "string", "bookingReference": "string", "customerFirstname": "string", "customerId": "string", "customerLastname": "string", "customerTrigram": "string", "dateFrom": "2019-08-24T14:15:22Z", "dateTo": "2019-08-24T14:15:22Z", "eta": "2019-08-24T14:15:22Z", "etd": "2019-08-24T14:15:22Z", "flightId": 0, "flightNumber": "string", "flightNumberCompany": "string", "flightStatus": "string", "flightType": "string", "fpl": { … }, "fplType": "N", "fuelArrival": 0.1, "fuelMassUnit": "KILOGRAM", "fuelOffBlock": 0.1, "fuelRemainigActual": 0.1, "operator": { … }, "paxNumber": 0, "paxReferences": [ … ], "postFlightClosed": true, "realAirportFrom": "string", "realAirportTo": "string", "realDateIN": "2019-08-24T14:15:22Z", "realDateOFF": "2019-08-24T14:15:22Z", "realDateON": "2019-08-24T14:15:22Z", "realDateOUT": "2019-08-24T14:15:22Z", "registrationNumber": "string", "requestedAircraftType": "CJ3", "rescheduledDateFrom": "2019-08-24T14:15:22Z", "rescheduledDateTo": "2019-08-24T14:15:22Z", "status": "MANUAL", "tripNumber": 0, "upliftMass": 0.1, "userReference": "string", "workflow": "COMMERCIAL", "workflowCustomName": "string" } ]
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/flight/{flightId}' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
{ "accountId": 0, "accountName": "string", "accountReference": "string", "accountTrigram": "string", "aircraftAOC": { "id": 33453, "name": "string" }, "aircraftCategory": "string", "airportFrom": "string", "airportTo": "string", "alternateDepartureAirport": { "aid": "APT-QAPF-UXNM", "faa": "null", "iata": "null", "icao": "OTBD", "id": 22024, "localIdentifier": "null", "name": "Doha International Airport" }, "alternateFirstArrivalAirport": { "aid": "APT-QAPF-UXNM", "faa": "null", "iata": "null", "icao": "OTBD", "id": 22024, "localIdentifier": "null", "name": "Doha International Airport" }, "alternateSecondArrivalAirport": { "aid": "APT-QAPF-UXNM", "faa": "null", "iata": "null", "icao": "OTBD", "id": 22024, "localIdentifier": "null", "name": "Doha International Airport" }, "blockOffEstLocal": "2019-08-24T14:15:22Z", "blockOffEstUTC": "2019-08-24T14:15:22Z", "blockOnEstLocal": "2019-08-24T14:15:22Z", "blockOnEstUTC": "2019-08-24T14:15:22Z", "blocksoffestimated": "2019-08-24T14:15:22Z", "blocksonestimated": "2019-08-24T14:15:22Z", "bookingIdentifier": "string", "bookingReference": "string", "customerFirstname": "string", "customerId": "string", "customerLastname": "string", "customerTrigram": "string", "dateFrom": "2019-08-24T14:15:22Z", "dateTo": "2019-08-24T14:15:22Z", "eta": "2019-08-24T14:15:22Z", "etd": "2019-08-24T14:15:22Z", "flightId": 0, "flightNumber": "string", "flightNumberCompany": "string", "flightStatus": "string", "flightType": "string", "fpl": { "flightLevel": "string" }, "fplType": "N", "fuelArrival": 0.1, "fuelMassUnit": "KILOGRAM", "fuelOffBlock": 0.1, "fuelRemainigActual": 0.1, "operator": { "id": 0, "name": "string" }, "paxNumber": 0, "paxReferences": [ { … } ], "postFlightClosed": true, "realAirportFrom": "string", "realAirportTo": "string", "realDateIN": "2019-08-24T14:15:22Z", "realDateOFF": "2019-08-24T14:15:22Z", "realDateON": "2019-08-24T14:15:22Z", "realDateOUT": "2019-08-24T14:15:22Z", "registrationNumber": "string", "requestedAircraftType": "CJ3", "rescheduledDateFrom": "2019-08-24T14:15:22Z", "rescheduledDateTo": "2019-08-24T14:15:22Z", "status": "MANUAL", "tripNumber": 0, "upliftMass": 0.1, "userReference": "string", "workflow": "COMMERCIAL", "workflowCustomName": "string" }