FAA Airport Delays
Provides real-time information on airport delays and operational status across the United States.
Custom One-shot
Fetch current FAA airport delay and status information for a given airport by IATA code.
What you can ask Delphi
- “What is the current operational status of Chicago O'Hare (ORD)?”
- “Are there any ground stops or delays at Hartsfield-Jackson Atlanta International Airport (ATL)?”
- “What is the current estimated delay for flights arriving at Newark Liberty International Airport (EWR)?”
- “Can you provide the latest status for flights departing from Los Angeles International Airport (LAX)?”
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: One-shot
Tools exposed (1) ▾
faa/get_airport_status
Fetch current FAA airport delay and status information for a given airport by IATA code.
Inputs ▾
faa/get_airport_status
| Name | Type | Required | Description |
|---|---|---|---|
| airportCode | string | yes | IATA airport code, e.g. 'JFK', 'LAX', 'ORD'. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |