Flight

All details related to a single request item for a direct flight emission estimates.

JSON representation
{
  "origin": string,
  "destination": string,
  "operatingCarrierCode": string,
  "flightNumber": integer,
  "departureDate": {
    object (Date)
  }
}
Fields
origin

string

Required. IATA airport code for flight origin, e.g. "LHR".

destination

string

Required. IATA airport code for flight destination, e.g. "JFK".

operatingCarrierCode

string

Required. IATA carrier code, e.g. "AA".

flightNumber

integer

Required. Flight number, e.g. 324.

departureDate

object (Date)

Required. Date of the flight in the time zone of the origin airport. Must be a date in the present or future.