ACI Wait Times API Specifications
ACI Wait Times API Specifications
Airports Council International (ACI) has developed a standard for expressing Passenger Wait Times
for the aviation community. The initiative is part of the ACI ACRIS (Aviation Community
Recommended Information Services) working group.
Occupancy: The count of people in the queue. The unit of measure is number of people.
This metric is updated every five minutes.
Projected Wait Time: The estimated time that a person entering the queue can expect to wait.
The unit of measure is seconds. Estimates are updated every five minutes.
Throughput: The average number of passengers processed over the past hour. The unit of
measure is passengers per hour. This metric is updated every five minutes.
Wait Time: The duration that a person exiting the queue has experienced. The unit of
measure is seconds. The amount represents the average number of seconds
experienced by people exiting the queue in the last five minutes. This metric
is updated every five minutes.
This document contains the specification of the API (Application Programming Interface), which has
been developed as part of this initiative.
The server URL for the API is https://amer-partner6-prod.apigee.net and the base path is /aci/.
The ACI Wait Times API supports requests for the following information:
Request Purpose
Information on Passenger Queues can be obtained as a list of queues in the selected airport, or for a
specific checkpoint, or for a particular queue specified by a UUID, using the following GET requests:
/aci/airports/{Airport ICAO
Returns all of the Passenger Queue(s) at the specified
Code}/checkpoints/{Checkpoint
Checkpoint.
UUID}/queues
/aci/airports/{Airport ICAO
Returns the specific Passenger Queue at the specified
Code}/checkpoints/{Checkpoint
Checkpoint.
UUID}/queues/{Queue UUID}
Information on the four Passenger Queue measures can be obtained as a list of entries for all the
queues in the selected checkpoint, or for a particular queue specified by a UUID, using the following
GET requests:
/aci/airports/{Airport ICAO
Returns all the wait time metrics for all Passenger
Code}/checkpoints/{Checkpoint
Queue(s) at the specified Checkpoint.
UUID}/measurements
/aci/airports/{Airport ICAO
Code}/checkpoints/{Checkpoint Returns all the wait time metrics for the specific
UUID}/queues/{Queue Passenger Queue at the specified security Checkpoint.
UUID}/measurements
The detailed API specification can be found at aci.aero: ACI Wait Times API Spec v1.5.pdf