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
nationalitystring

Nationality

Example: "US"
personnelNumberstring

Personnel number

Example: 996659598
phonestring

Phone number

Example: 11111111111
radiationProtectionRegistryIdstring

Radiation projection registry id

Example: 1112221112221
salutationstring
Enum"Mr""Mrs""Miss""Ms""unDef""Dr""Ing""Prof""Mag""Captain"
Example: "Mr"
siflTypestring
Enum"CONTROL""NON_CONTROL""SECURITY"
Example: "CONTROL"
statusstring

Record status

Enum"ACTIVE""DELETED""INACTIVE""MIGRATED_US"
Example: "ACTIVE"
weightnumber(float)

Weight

Example: 80.5
]
Response
application/json
[ { "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 } ]

Get Airport Documents

Request

Fetches a list of documents 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}/docs' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
aipTypestring
authoritystring
binaryReferenceobject(BinaryReference)
docIdinteger(int64)
eadIdinteger(int64)
effectiveDatestring(date-time)
effectiveEndDatestring(date-time)
effectiveEndTextstring
headingstring
idinteger(int64)
languagestring
namestring
originalNamestring
partstring
publicationDatestring(date-time)
remarkstring
sectionstring
seriesstring
]
Response
application/json
[ { "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" } ]

Get Airport Document

Request

Fetches a base64-encoded file of an airport document using its eadId.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

documentEadIdinteger(int64)required

ID of the document to download

Query
namestring

A name to give to the file to be retrieved.

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'

Responses

Success

Body

Get Airport Fuels

Request

Fetches a list of fuels available at 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}/fuels' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

List of airport fuels

Bodyapplication/jsonArray [
contractorstring

Contractor

Example: "Contractor Name"
creatednumber

Date created in Epoch format

Example: 1608620381046
currencystring

Currency

Example: "EUR"
emailstring

Email

Example: "example@fl3xxexample.com"
eurPerLiternumber

Price per liter in EUR

Example: 2.2
eurPerLiterComercialnumber

Commercial price per liter in EUR

Example: 2.2
exchangeRatenumber

Exchange rate

Example: 1
exchangedCurrencystring

Exchanged currency

Example: "EUR"
exchangedPricenumber

Exchanged price

Example: 8.3279
exchangedPriceComercialnumber

Commercial Exchanged price

Example: 7.1923
exchangedUnitstring

Exchanged unit

Enum"LITER""GALLON_USA"
Example: "GALLON_USA"
feeWaiverVolumenumber(double)
feesPerUsdgnumber
fromVolumenumber(double)
idinteger(int64)
intoPlanestring
netUsdgnumber
paymentstring
phonestring
preArrivalstring
priceIndexnumber
priceIndexComercialnumber
pricePerUnitnumber
pricePerUnitComercialnumber
remarksstring
sourcestring
sourceTypestring
Enum"FL3XX""AVIAA""WFS""SFS""ATL""AVFUEL""AEG""AIR_BP""EVEREST""PARAGON"
toVolumenumber(double)
totalUsdgnumber
unitstring

unit

Enum"LITER""GALLON_USA"
Example: "LITER"
vendorIdstring

Vendor ID

]
Response
application/json
[ { "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" } ]

Get Shared Fuels

Request

Fetches a list of shared fuels available at an airport using the operator ID and the airport's ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

operatorIdinteger(int64)required

ID of the operator to look for shared fule

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

Responses

List of airport shared fuels for operator

Bodyapplication/jsonArray [
contractorstring

Contractor

Example: "Contractor Name"
creatednumber

Date created in Epoch format

Example: 1608620381046
currencystring

Currency

Example: "EUR"
emailstring

Email

Example: "example@fl3xxexample.com"
eurPerLiternumber

Price per liter in EUR

Example: 2.2
eurPerLiterComercialnumber

Commercial price per liter in EUR

Example: 2.2
exchangeRatenumber

Exchange rate

Example: 1
exchangedCurrencystring

Exchanged currency

Example: "EUR"
exchangedPricenumber

Exchanged price

Example: 8.3279
exchangedPriceComercialnumber

Commercial Exchanged price

Example: 7.1923
exchangedUnitstring

Exchanged unit

Enum"LITER""GALLON_USA"
Example: "GALLON_USA"
feeWaiverVolumenumber(double)
feesPerUsdgnumber
fromVolumenumber(double)
idinteger(int64)
intoPlanestring
netUsdgnumber
paymentstring
phonestring
preArrivalstring
priceIndexnumber
priceIndexComercialnumber
pricePerUnitnumber
pricePerUnitComercialnumber
remarksstring
sourcestring
sourceTypestring
Enum"FL3XX""AVIAA""WFS""SFS""ATL""AVFUEL""AEG""AIR_BP""EVEREST""PARAGON"
toVolumenumber(double)
totalUsdgnumber
unitstring

unit

Enum"LITER""GALLON_USA"
Example: "LITER"
vendorIdstring

Vendor ID

]
Response
application/json
[ { "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" } ]

Get Airport Location

Request

Fetches the location 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}/location' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication
countrystring
faastring
iatastring
icaostring
idinteger(int64)
latitudenumber(double)
localIdentifierstring
locationstring
longitudenumber(double)
namestring
servedCitystring
statestring
timeZonestring

Get an Airport Operational Note

Request

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

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

idinteger(int64)required

Note ID

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

Responses

Success

Bodyapplication/json
airportIdinteger(int64)
alertboolean
countryobject(CountryDto)
countryWideboolean
deletedboolean
endstring(date-time)
icaostring
idinteger(int64)
notestring
operatorIdinteger(int64)
previousobject(OperationalNoteDto)Recursive
startstring(date-time)
Response
application/json
{ "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" }

Get Operational Notes

Request

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

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

Query
fromstring(date-time)

Date from

tostring(date-time)

Date to

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'

Responses

Success

Bodyapplication/jsonArray [
airportIdinteger(int64)
alertboolean
countryobject(CountryDto)
countryWideboolean
deletedboolean
endstring(date-time)
icaostring
idinteger(int64)
notestring
operatorIdinteger(int64)
previousobject(OperationalNoteDto)Recursive
startstring(date-time)
]
Response
application/json
[ { "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" } ]

Get Airport Providers

Request

Fetches a list of providers associated with an airport using its ICAO, IATA, or FAA code and the provider's name.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

namestringrequired

Name of service type

curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/airports/{airportCode}/providers/{name}' \
  -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 Services

Request

Fetches a list of services available at 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}/services' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
addressstring
aftnstring
airportIdinteger(int64)
companystring
createdstring(date-time)
crewNotesstring
deletedboolean
dispatchNotesstring
emailstring
faxstring
fboOneShadowboolean
fboOneTeamEmailstring
feeWaiverUnitstring
Enum"LITER""GALLON_USA"
feeWaiverVolumenumber(double)
globalboolean
homepagestring
idinteger(int64)
infostring
lastUpdatedstring(date-time)
mainContactboolean
open24Hboolean
openFromstring(date-time)
openTostring(date-time)
openingHoursstring
passengerNotesstring
phonestring
phoneTollFreestring
priceDatestring(date-time)
priceInfostring
radiostring
rankinginteger(int32)
sitastring
sourcestring
sourceTypestring
Enum"INTERNAL""EJME""UNIVERSAL""AVIOWIKI""PRIVATE"
typeobject(AirportServiceTypeDto)
useFboOneboolean
useMyHandlingboolean
vendorIdstring
]
Response
application/json
[ { "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" } ]

Search Airport Services

Request

Fetches a list of services available at an airport using its ICAO, IATA, or FAA code and the service's name.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

namestringrequired

Name of the service

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

Responses

Success

Bodyapplication/jsonArray [
addressstring
aftnstring
airportIdinteger(int64)
companystring
createdstring(date-time)
crewNotesstring
deletedboolean
dispatchNotesstring
emailstring
faxstring
fboOneShadowboolean
fboOneTeamEmailstring
feeWaiverUnitstring
Enum"LITER""GALLON_USA"
feeWaiverVolumenumber(double)
globalboolean
homepagestring
idinteger(int64)
infostring
lastUpdatedstring(date-time)
mainContactboolean
open24Hboolean
openFromstring(date-time)
openTostring(date-time)
openingHoursstring
passengerNotesstring
phonestring
phoneTollFreestring
priceDatestring(date-time)
priceInfostring
radiostring
rankinginteger(int32)
sitastring
sourcestring
sourceTypestring
Enum"INTERNAL""EJME""UNIVERSAL""AVIOWIKI""PRIVATE"
typeobject(AirportServiceTypeDto)
useFboOneboolean
useMyHandlingboolean
vendorIdstring
]
Response
application/json
[ { "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" } ]

Aircraft

Operations related to aircraft.

Operations

Booking Itinerary (Legs)

Operations related to flight itinerary legs.

Operations

Crew

Operations related to crew details.

Operations

Empty Legs

Operations related to empty leg flights.

Operations

Flights

Operations related to flights.

Operations

Flight Animals

Operations related flight animals.

Operations

Flight Cargo

Operations related to flight cargo.

Operations

Flight Crew

Operations related to crew for individual flights.

Operations

Flight Fixed Base Operator (FBO)

Operations related to FBO.

Operations

Flight Fuels

Operations related to fuel for flights.

Operations

Flight Ground Services

Operations related to ground services.

Operations

Flight Luggage

Operations related to luggage for flights.

Operations

Flight Migration

Operations related to migrations.

Operations

Flight Notifications

Operations related to notifications for flights.

Operations

Flight Passengers

Operations related to passenger for flights.

Operations

Flight PAX Details

Operations related to PAX details.

Operations

Flight Planning Notes

Operations related to planning notes for flights.

Operations

Flight Post Flight

Operations related to post-flight activities.

Operations

Flight Pre Flight

Operations related to pre-flight operations.

Operations

Flight Sanction List

Operations related to flight sanctions and approvals.

Operations

Flight Travel Authorization

Operations related to travel authorization.

Operations

Flight Tickets

Operations related to flight tickets.

Operations

Quotes

Operations related to flight quotes.

Operations

Roster

Operations related to Rosters.

Operations

Users

Operations related to Users.

Operations