# Airports Access and manage airport information. ## Get an Airport - [GET /api/external/airports/{airportCode}](https://developer.fl3xx.com/reference/airports/getairportbycode.md): Fetches details of an airport using its ICAO, IATA, or FAA code. ## Get Ground Handling/FBO Services - [GET /api/external/airports/{airportCode}/agents](https://developer.fl3xx.com/reference/airports/getairportagents.md): Fetches a list of Ground Handling/FBO associated with an airport using its ICAO, IATA, or FAA code. ## Get Airport Costs - [GET /api/external/airports/{airportCode}/costs](https://developer.fl3xx.com/reference/airports/getairportcost.md): Fetches costs associated with an airport using its ICAO, IATA, or FAA code. ## Get Airport Crew - [GET /api/external/airports/{airportCode}/crew](https://developer.fl3xx.com/reference/airports/getairportcrew.md): Fetches a list of crew members associated with an airport using its ICAO, IATA, or FAA code. ## Get Airport Documents - [GET /api/external/airports/{airportCode}/docs](https://developer.fl3xx.com/reference/airports/getairportdocuments.md): Fetches a list of documents associated with an airport using its ICAO, IATA, or FAA code. ## Get Airport Document - [GET /api/external/airports/{airportCode}/docs/{documentEadId}](https://developer.fl3xx.com/reference/airports/getairportdocsbyairportcodeanddocid.md): Fetches a base64-encoded file of an airport document using its eadId. ## Get Airport Fuels - [GET /api/external/airports/{airportCode}/fuels](https://developer.fl3xx.com/reference/airports/getairportfuelsbyairportcode.md): Fetches a list of fuels available at an airport using its ICAO, IATA, or FAA code. ## Get Shared Fuels - [GET /api/external/airports/{airportCode}/fuels/shared/{operatorId}](https://developer.fl3xx.com/reference/airports/getairportsharedfuels.md): Fetches a list of shared fuels available at an airport using the operator ID and the airport's ICAO, IATA, or FAA code. ## Get Airport Location - [GET /api/external/airports/{airportCode}/location](https://developer.fl3xx.com/reference/airports/getairportlocationbyairportcode.md): Fetches the location details of an airport using its ICAO, IATA, or FAA code. ## Get an Airport Operational Note - [GET /api/external/airports/{airportCode}/operationalNote/{id}](https://developer.fl3xx.com/reference/airports/getairportoperationalnotebyairportcodeandoperationalnoteid.md): Fetches Operational Note of an airport using its ICAO, IATA, or FAA code. ## Get Operational Notes - [GET /api/external/airports/{airportCode}/operationalNotes](https://developer.fl3xx.com/reference/airports/getairportoperationalnotesbetweenusingget.md): Fetches a list of operational notes associated with an airport using its ICAO, IATA, or FAA code. ## Get Airport Providers - [GET /api/external/airports/{airportCode}/providers/{name}](https://developer.fl3xx.com/reference/airports/getairportprovidersusingget.md): Fetches a list of providers associated with an airport using its ICAO, IATA, or FAA code and the provider's name. ## Get Airport Services - [GET /api/external/airports/{airportCode}/services](https://developer.fl3xx.com/reference/airports/getairportservicesbyairportcode.md): Fetches a list of services available at an airport using its ICAO, IATA, or FAA code. ## Search Airport Services - [GET /api/external/airports/{airportCode}/services/{name}](https://developer.fl3xx.com/reference/airports/getairportservicesbyairportcodeandservicename.md): Fetches a list of services available at an airport using its ICAO, IATA, or FAA code and the service's name.