Operations
Flight Status by Route
Status of flights between a given origin and destination on a given date.
get/operations/flightstatus/route/{origin}/{destination}/{date}
Path parameters
originstring required
3-letter IATA airport (e.g. 'FRA')
destinationstring required
3-letter IATA airport code (e.g. 'JFK')
datestring required
Departure date (YYYY-MM-DD) in local time of departure airport
Query parameters
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