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/airports/{airportCode}' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
{ "id": 20598, "avgTaxiInTime": 0.1, "avgTaxiOutTime": 0.1, "avgTurnaroundTime": 0.1, "cfmuTaxiInTime": 240000, "cfmuTaxiOutTime": 480000, "elevation": 91.44000244140625, "latitude": 35.8575417, "longitude": 14.4774389, "icao": "LMML", "iata": "MLA", "faa": "string", "localIdentifier": "string", "longestRunwayLength": 3355, "widestRunwayWidth": 58, "servedCity": "Valletta", "state": "string", "country": "MT", "timeZone": "Europe/Malta", "rescueFireCategory": "A_9", "rescueFireHeliCategory": "H_1", "aid": "APT-VNCC-AV4U", "name": "Malta International Airport", "servedCityGoverningDistrict": "string", "administrativeCity": "string", "administrativeCityGoverningDistrict": { "administrativeType": "string", "code": "string", "name": "string" }, "distanceFromSearchCoordinates": 0.1, "fuelPriceIndex": 0, "fuelPriceIndexComercial": 0, "customsAvailability": "NOT_AVAILABLE", "operatorCategory": "A", "airportElevation": 91.44, "onRequestRescueFireCategory": "A_1", "onRequestRescueFireHeliCategory": "H_1", "rescueFire": "string", "address": { "account": { … }, "addressid": 0, "buildingDetails": "string", "city": "string", "country": { … }, "externalReference": "string", "id": 0, "latitude": 0.1, "longitude": 0.1, "modificationDate": "2019-08-24T14:15:22Z", "modificationDatePropertyName": "string", "modificationDateZT": "2019-08-24T14:15:22Z", "modificationUser": { … }, "modificationUserPropertyName": "string", "modificationZoneId": { … }, "recipient": "string", "referenceUser": { … }, "state": "string", "street": "string", "type": "WORK", "user": { … }, "uuid": "string", "zip": "string" }, "links": [ { … } ] }
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/agents' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "id": 45910, "airportId": 20598, "company": "Air Malta", "crewNotes": "string", "dispatchNotes": "string", "email": "email@email.com", "fboOneShadow": true, "fboOneTeamEmail": "string", "global": true, "mainContact": true, "sourceType": "INTERNAL", "useFboOne": true, "useMyHandling": true } ]
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/costs' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
{ "arrivalPaxFee": 0, "departurePaxFee": 0, "fuelCost": 0, "id": 0 }
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/crew' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'