FL3XX API (1.0.0)

FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.

Download OpenAPI description
Overview
URL https://www.fl3xx.com
FL3XX Integration Support integrations@fl3xx.com
License MIT
Languages
Servers
Mock server
https://developer.fl3xx.com/_mock/reference/
Sandbox server
https://test.fl3xx.com/

Accounting

Operations related to accounting.

Operations

Accounts

Operations related accounts.

Operations

Airports

Access and manage airport information.

Operations

Get an Airport

Request

Fetches details of an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Airport information

Bodyapplication/json
idinteger(int64)

FL3XX airport ID

Example: 20598
avgTaxiInTimenumber(float)

Average taxi in time

avgTaxiOutTimenumber(float)

Average taxi out time

avgTurnaroundTimenumber(float)

Average turnaround time

cfmuTaxiInTimenumber(float)
Example: 240000
cfmuTaxiOutTimenumber(float)
Example: 480000
elevationnumber(float)

Elevation

Example: 91.44000244140625
latitudenumber(double)

Latitude

Example: 35.8575417
longitudenumber(double)

Longitude

Example: 14.4774389
icaostring

ICAO code

Example: "LMML"
iatastring

IATA code

Example: "MLA"
faastring

FAA code

localIdentifierstring

Local identifier

longestRunwayLengthnumber(float)

Longest runway length

Example: 3355
widestRunwayWidthnumber(float)

Widest runway width

Example: 58
servedCitystring

Served city

Example: "Valletta"
statestring

State

countrystring

Country Code

Example: "MT"
timeZonestring

Time zone

Example: "Europe/Malta"
rescueFireCategorystring
Enum"A_1""A_2""A_3""A_4""A_5""A_6""A_7""A_8""A_9""A_10"
Example: "A_9"
rescueFireHeliCategorystring

Rescue fire heli category

Enum"H_1""H_2""H_3""NONE_HELI"
aidstring
Example: "APT-VNCC-AV4U"
namestring

Airport Name

Example: "Malta International Airport"
servedCityGoverningDistrictstring

Served city governing district

administrativeCitystring

Administrative city

administrativeCityGoverningDistrictobject(GoverningDistrict)
distanceFromSearchCoordinatesnumber(double)

Distance from search coordinates

fuelPriceIndexnumber

Fuel price index

fuelPriceIndexComercialnumber

Fuel price index comercial

customsAvailabilitystring

Customs availability

Enum"AVAILABLE""ON_REQUEST""NOT_AVAILABLE"
Example: "NOT_AVAILABLE"
operatorCategorystring
Enum"A""B""C""NC"
airportElevationnumber(float)

Airport elevation

Example: 91.44
onRequestRescueFireCategorystring
Enum"A_1""A_2""A_3""A_4""A_5""A_6""A_7""A_8""A_9""A_10"
onRequestRescueFireHeliCategorystring
Enum"H_1""H_2""H_3""NONE_HELI"
rescueFirestring
addressobject(Address)
linksArray of objects(Link)
Response
application/json
{ "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": [ { … } ] }

Get Ground Handling/FBO Services

Request

Fetches a list of Ground Handling/FBO associated with an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/agents' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
idinteger(int64)

Service ID

Example: 45910
airportIdinteger(int64)

FL3XX airport ID

Example: 20598
companystring

Company name

Example: "Air Malta"
crewNotesstring

Crew notes

dispatchNotesstring

Dispatch notes

emailstring

Email address

Example: "email@email.com"
fboOneShadowboolean
fboOneTeamEmailstring
globalboolean
Example: true
mainContactboolean
sourceTypestring
Enum"INTERNAL""EJME""UNIVERSAL""AVIOWIKI""PRIVATE"
useFboOneboolean
useMyHandlingboolean
]
Response
application/json
[ { "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 } ]

Get Airport Costs

Request

Fetches costs associated with an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/costs' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
arrivalPaxFeenumber

Arrival pax fee

departurePaxFeenumber

Departure pax fee

fuelCostnumber

Fuel cost

idinteger(int64)

Airport fee ID

Response
application/json
{ "arrivalPaxFee": 0, "departurePaxFee": 0, "fuelCost": 0, "id": 0 }

Get Airport Crew

Request

Fetches a list of crew members associated with an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/crew' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
internalIdinteger(int64)read-only

Internal ID

Example: 485949
externalReferencestring

External reference

Example: "665321646"
firstNamestring

First Name

Example: "Luke"
lastNamestring

Last name

Example: "Joe"
genderstring

Gender

Enum"FEMALE""MALE""OTHER"
Example: "MALE"
birthDatestring(date)

Date of birth

Example: "1988-03-18"
birthPlacestring

Place of birth

Example: "Conroe"
acronymstring

Acronym

Example: "LJ"
birthCountrystring

Country of birth

Example: "US"
accountobject(AccountDto)
addressobject(AddressDto)
emailstring

Email address

Example: "myemail@fl3xx.com"
documentExpirationstring(date)

Expiration date

Example: "2030-04-03"
documentExternalReferenceinteger(int64)

Document reference

Example: 69905
documentNumberstring

Document number

Example: "CC4AA3390294NJ"
documentTypestring

Type of document

Enum"PASSPORT""IDCARD""VISA""OTHER""CREWID""AIRPORT_ID""DRIVING_LICENSE""US_GLOBAL""GREEN_CARD""PILOT_LICENSE"
Example: "PASSPORT"
issueCountrystring

Country of issue

Example: "USA"
issueDatestring(date)

Issuance date

Example: "2020-04-02"
linksobject(Links)
logNamestring
mobilestring

Mobile phone number

Example: 1111111111