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

Changes

Changed in 2 of the 7 revisions of this API.14

    • api operation id Flight Status by Route removed and replaced with OperationsFlightstatusRouteDateByOriginAndDestinationGet

      api-operation-id-removed

  • 2bc6c5d6d08b13See the full diff
    • the header request parameter Accept became required

      request-parameter-became-required

    • api operation id Get_Flight Status by Route_ removed and replaced with Flight Status by Route

      api-operation-id-removed

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter offset

      new-optional-request-parameter