# Get Airport Costs Fetches costs associated with an airport using its ICAO, IATA, or FAA code. Endpoint: GET /api/external/airports/{airportCode}/costs Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `airportCode` (string, required) ICAO, IATA or FAA code of the airport ## Response 200 fields (application/json): - `arrivalPaxFee` (number) Arrival pax fee - `departurePaxFee` (number) Departure pax fee - `fuelCost` (number) Fuel cost - `id` (integer) Airport fee ID