v7

latestSwagger 2.0LHraw.githubusercontent.com2018-01-0115639.5 KB
Operations

Flight Schedules

Scheduled flights between given airports on a given date.

get/operations/schedules/{origin}/{destination}/{fromDateTime}

Path parameters

originstring required

Departure airport. 3-letter IATA airport code (e.g. 'ZRH')

destinationstring required

Destination airport. 3-letter IATA airport code (e.g. 'FRA')

fromDateTimestring required

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

directFlightsboolean

Show only direct flights (false=0, true=1). Default is false

limitstring

Number of records returned per request. Defaults to 20, maximum is 100 (if a value bigger than 100 is given, 100 will be taken)

offsetstring

Number of records skipped. Defaults to 0

Headers

Acceptstring required

http header: application/json or application/xml (Acceptable values are: "application/json", "application/xml")

Response

OK

object required