Operations
Flight Status at Arrival Airport
Status of all arrivals at a given airport up to 4 hours from the provided date time.
get/operations/flightstatus/arrivals/{airportCode}/{fromDateTime}
Path parameters
airportCodestring required
3-letter IATA aiport code (e.g. 'ZRH')
fromDateTimestring required
Start of time range in local time of arrival airport (YYYY-MM-DDTHH:mm)
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