Flight Schedules
Scheduled flights between given airports on a given date.
Path parameters
Departure airport. 3-letter IATA airport code (e.g. 'ZRH')
Destination airport. 3-letter IATA airport code (e.g. 'FRA')
Local departure date and optionally departure time (YYYY-MM-DD or YYYY-MM-DDTHH:mm). When not provided, time is assumed to be 00:01
Query parameters
Show only direct flights (false=0, true=1). Default is false
Number of records returned per request. Defaults to 20, maximum is 100 (if a value bigger than 100 is given, 100 will be taken)
Number of records skipped. Defaults to 0
Headers
http header: application/json or application/xml (Acceptable values are: "application/json", "application/xml")
Response
OK
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
api operation id
Flight Schedulesremoved and replaced withOperationsSchedulesFromDateTimeByOriginAndDestinationGetapi-operation-id-removed
- ○