Search connections
Searches Cirium for cargo flight connections between two airports, anchored on a departure or arrival time. | (FlightConnectionsSearchReq) -> (FlightConnectionsSearchRes)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Arrival airport code (IATA preferred), e.g. ‘LAX’.
Airport-local date+time (naive, no offset). Origin-local for DEPARTURE_TIME, destination-local for ARRIVAL_TIME.
Departure airport code (IATA preferred), e.g. ‘EWR’.
Whether local_date_time is a departure constraint (leaving after) or an arrival constraint (arriving before).
Minimum layover in minutes; useful for cargo since published connect times are not auto-applied for cargo payloads.
Search window size in hours relative to local_date_time. Default 6; Cirium max 24.

