Operations
Flight Status
Status of a particular flight (boarding, delayed, etc.).
get/operations/flightstatus/{flightNumber}/{date}
Path parameters
flightNumberstring required
Flight number including carrier code and any suffix (e.g. 'LH400')
datestring required
The departure date (YYYY-MM-DD) in the local time of the 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