Cargo
Retrieve all flights
Retrieve a list of all possible flights (both direct and connecting) between two airports on a given date. Routes are available for today and up to days in the future.
get/cargo/getRoute/{origin}-{destination}/{fromDate}/{productCode}
Path parameters
originstring required
Departure Airport : 3-letter IATA airport code, e.g. FRA.
destinationstring required
Arrival airport : 3-letter IATA airport code, e.g. HKG.
fromDatestring required
Departure date in the local time of the departure airport. Based on LAT (Latest Acceptance Time). format : yyyy-MM-dd eg : 2017-07-15
productCode'FAN' | 'FCO' | 'FCP' | 'FDG' | 'FTF' | 'FUN' | 'FWN' | 'YCO' | 'YCP' | 'YDG' | 'YNB' | 'YNZ' | 'YTF' | 'YUN' | 'ZXB' | 'ZXF' | 'ZXR' required
Product code for requested service and specials : 3-letter eg: YNZ
Headers
Acceptstring required
http header: application/json or application/xml (Acceptable values are: "application/json", "application/xml")
Response
OK
object required