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'
[ { "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 } ]
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/docs' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "aipType": "string", "authority": "string", "binaryReference": { … }, "docId": 0, "eadId": 0, "effectiveDate": "2019-08-24T14:15:22Z", "effectiveEndDate": "2019-08-24T14:15:22Z", "effectiveEndText": "string", "heading": "string", "id": 0, "language": "string", "name": "string", "originalName": "string", "part": "string", "publicationDate": "2019-08-24T14:15:22Z", "remark": "string", "section": "string", "series": "string" } ]
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/docs/{documentEadId}?name=string' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/fuels' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "contractor": "Contractor Name", "created": 1608620381046, "currency": "EUR", "email": "example@fl3xxexample.com", "eurPerLiter": 2.2, "eurPerLiterComercial": 2.2, "exchangeRate": 1, "exchangedCurrency": "EUR", "exchangedPrice": 8.3279, "exchangedPriceComercial": 7.1923, "exchangedUnit": "GALLON_USA", "feeWaiverVolume": 0.1, "feesPerUsdg": 0, "fromVolume": 0.1, "id": 0, "intoPlane": "string", "netUsdg": 0, "payment": "string", "phone": "string", "preArrival": "string", "priceIndex": 0, "priceIndexComercial": 0, "pricePerUnit": 0, "pricePerUnitComercial": 0, "remarks": "string", "source": "string", "sourceType": "FL3XX", "toVolume": 0.1, "totalUsdg": 0, "unit": "LITER", "vendorId": "string" } ]
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/location' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/operationalNote/{id}' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
{ "airportId": 0, "alert": true, "country": { "capital": "string", "continent": "string", "currencyCode": "string", "domain": "string", "id": 0, "intname": "string", "ioc": "string", "iso2": "string", "iso3": "string", "name": "string", "phone": "string" }, "countryWide": true, "deleted": true, "end": "2019-08-24T14:15:22Z", "icao": "string", "id": 0, "note": "string", "operatorId": 0, "previous": {}, "start": "2019-08-24T14:15:22Z" }
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/operationalNotes?from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "airportId": 0, "alert": true, "country": { … }, "countryWide": true, "deleted": true, "end": "2019-08-24T14:15:22Z", "icao": "string", "id": 0, "note": "string", "operatorId": 0, "previous": {}, "start": "2019-08-24T14:15:22Z" } ]
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/providers/{name}' \
-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}/services' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "address": "string", "aftn": "string", "airportId": 0, "company": "string", "created": "2019-08-24T14:15:22Z", "crewNotes": "string", "deleted": true, "dispatchNotes": "string", "email": "string", "fax": "string", "fboOneShadow": true, "fboOneTeamEmail": "string", "feeWaiverUnit": "LITER", "feeWaiverVolume": 0.1, "global": true, "homepage": "string", "id": 0, "info": "string", "lastUpdated": "2019-08-24T14:15:22Z", "mainContact": true, "open24H": true, "openFrom": "2019-08-24T14:15:22Z", "openTo": "2019-08-24T14:15:22Z", "openingHours": "string", "passengerNotes": "string", "phone": "string", "phoneTollFree": "string", "priceDate": "2019-08-24T14:15:22Z", "priceInfo": "string", "radio": "string", "ranking": 0, "sita": "string", "source": "string", "sourceType": "INTERNAL", "type": { … }, "useFboOne": true, "useMyHandling": true, "vendorId": "string" } ]
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/services/{name}' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "address": "string", "aftn": "string", "airportId": 0, "company": "string", "created": "2019-08-24T14:15:22Z", "crewNotes": "string", "deleted": true, "dispatchNotes": "string", "email": "string", "fax": "string", "fboOneShadow": true, "fboOneTeamEmail": "string", "feeWaiverUnit": "LITER", "feeWaiverVolume": 0.1, "global": true, "homepage": "string", "id": 0, "info": "string", "lastUpdated": "2019-08-24T14:15:22Z", "mainContact": true, "open24H": true, "openFrom": "2019-08-24T14:15:22Z", "openTo": "2019-08-24T14:15:22Z", "openingHours": "string", "passengerNotes": "string", "phone": "string", "phoneTollFree": "string", "priceDate": "2019-08-24T14:15:22Z", "priceInfo": "string", "radio": "string", "ranking": 0, "sita": "string", "source": "string", "sourceType": "INTERNAL", "type": { … }, "useFboOne": true, "useMyHandling": true, "vendorId": "string" } ]