# Get Shared Fuels Fetches a list of shared fuels available at an airport using the operator ID and the airport's ICAO, IATA, or FAA code. Endpoint: GET /api/external/airports/{airportCode}/fuels/shared/{operatorId} Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `airportCode` (string, required) ICAO, IATA or FAA code of the airport - `operatorId` (integer, required) ID of the operator to look for shared fule ## Response 200 fields (application/json): - `contractor` (string) Contractor Example: "Contractor Name" - `created` (number) Date created in Epoch format Example: 1608620381046 - `currency` (string) Currency Example: "EUR" - `email` (string) Email Example: "example@fl3xxexample.com" - `eurPerLiter` (number) Price per liter in EUR Example: 2.2 - `eurPerLiterComercial` (number) Commercial price per liter in EUR Example: 2.2 - `exchangeRate` (number) Exchange rate Example: 1 - `exchangedCurrency` (string) Exchanged currency Example: "EUR" - `exchangedPrice` (number) Exchanged price Example: 8.3279 - `exchangedPriceComercial` (number) Commercial Exchanged price Example: 7.1923 - `exchangedUnit` (string) Exchanged unit Enum: "LITER", "GALLON_USA" - `feeWaiverVolume` (number) - `feesPerUsdg` (number) - `fromVolume` (number) - `id` (integer) - `intoPlane` (string) - `netUsdg` (number) - `payment` (string) - `phone` (string) - `preArrival` (string) - `priceIndex` (number) - `priceIndexComercial` (number) - `pricePerUnit` (number) - `pricePerUnitComercial` (number) - `remarks` (string) - `source` (string) - `sourceType` (string) Enum: "FL3XX", "AVIAA", "WFS", "SFS", "ATL", "AVFUEL", "AEG", "AIR_BP", "EVEREST", "PARAGON", "UAS", "EVO", "F1ST", "MERC", "PHILLIPS", "FUEL_AND_MORE", "TITAN", "CLICK", "VALCORA" - `toVolume` (number) - `totalUsdg` (number) - `unit` (string) unit Enum: "LITER", "GALLON_USA" - `vendorId` (string) Vendor ID ## Response 204 fields (application/json): - `contractor` (string) Contractor Example: "Contractor Name" - `created` (number) Date created in Epoch format Example: 1608620381046 - `currency` (string) Currency Example: "EUR" - `email` (string) Email Example: "example@fl3xxexample.com" - `eurPerLiter` (number) Price per liter in EUR Example: 2.2 - `eurPerLiterComercial` (number) Commercial price per liter in EUR Example: 2.2 - `exchangeRate` (number) Exchange rate Example: 1 - `exchangedCurrency` (string) Exchanged currency Example: "EUR" - `exchangedPrice` (number) Exchanged price Example: 8.3279 - `exchangedPriceComercial` (number) Commercial Exchanged price Example: 7.1923 - `exchangedUnit` (string) Exchanged unit Enum: "LITER", "GALLON_USA" - `feeWaiverVolume` (number) - `feesPerUsdg` (number) - `fromVolume` (number) - `id` (integer) - `intoPlane` (string) - `netUsdg` (number) - `payment` (string) - `phone` (string) - `preArrival` (string) - `priceIndex` (number) - `priceIndexComercial` (number) - `pricePerUnit` (number) - `pricePerUnitComercial` (number) - `remarks` (string) - `source` (string) - `sourceType` (string) Enum: "FL3XX", "AVIAA", "WFS", "SFS", "ATL", "AVFUEL", "AEG", "AIR_BP", "EVEREST", "PARAGON", "UAS", "EVO", "F1ST", "MERC", "PHILLIPS", "FUEL_AND_MORE", "TITAN", "CLICK", "VALCORA" - `toVolume` (number) - `totalUsdg` (number) - `unit` (string) unit Enum: "LITER", "GALLON_USA" - `vendorId` (string) Vendor ID