Flight Statuses

The following CISS public-flight statuses describe steps in handling arriving and departing flights. The gateway OpenAPI specification does not define these values as an enum; use this reference when interpreting flight-status information returned by the API.

Arriving flights

CodeStatusDescription
SCHFlight scheduledA flight created by the aircraft operator is scheduled to take place.
AIRAirborneThe flight is airborne and en route.
EXPExpected landingThe estimated landing time deviates from the scheduled time by 10 minutes or more.
FIRFlight in Dutch airspaceThe flight is in the Dutch Flight Information Region.
LNDLandedThe aircraft has landed and is taxiing to the gate.
FIBFIBAGThe first bag for the arriving flight will be available on the baggage belt soon.
ARRArrivedBaggage handling for the arriving flight is complete.
DIVDivertedThe flight is diverted from Amsterdam Airport Schiphol and will not arrive at EHAM.
CNXCancelledA scheduled flight will not be operated.
TOMTomorrowThe expected landing date exceeds the initial date.

Departing flights

CodeStatusDescription
SCHFlight scheduledA flight created by the aircraft operator is scheduled to take place.
DELDelayedThe expected departure time deviates from the scheduled time by more than 10 minutes.
WILWait in loungeBoarding cannot start because the M-pier or H-pier gate is not yet available; passengers wait in the lounge.
GTOGate openThe gate has been opened or released by the handler.
BRDBoardingPassenger boarding has started.
GCLGate closingThe handler is about to close the gate.
GTDGate closedThe gate is closed and passenger boarding is no longer possible.
DEPDepartedThe aircraft is taxiing to the runway.
CNXCancelledA scheduled flight will not be operated.
GCHGate changeThe departure gate for a scheduled flight changes.
TOMTomorrowThe expected departure date exceeds the initial date.