Skip to main content
The AviationService provides APIs for accessing current airport delay alerts from the FAA (Federal Aviation Administration) and Eurocontrol.

Base Path

ListAirportDelays

Retrieves current airport delay alerts with filtering by region and severity. Endpoint: GET /api/aviation/v1/list-airport-delays

Request Parameters

int32
Maximum items per page (1-100)
string
Cursor for next page
AirportRegion
Optional region filter: AIRPORT_REGION_AMERICAS, AIRPORT_REGION_EUROPE, AIRPORT_REGION_APAC, AIRPORT_REGION_MENA, or AIRPORT_REGION_AFRICA
FlightDelaySeverity
Optional minimum severity filter: FLIGHT_DELAY_SEVERITY_NORMAL, FLIGHT_DELAY_SEVERITY_MINOR, FLIGHT_DELAY_SEVERITY_MODERATE, FLIGHT_DELAY_SEVERITY_MAJOR, or FLIGHT_DELAY_SEVERITY_SEVERE

Response

AirportDelayAlert[]
The list of airport delay alerts
PaginationResponse
Pagination metadata

Example Request

Example Response

Delay Severity Levels

The FlightDelaySeverity enum provides standardized severity classifications:
  • NORMAL: Normal operations with no delays
  • MINOR: Minor delays under 15 minutes
  • MODERATE: Moderate delays 15-45 minutes
  • MAJOR: Major delays 45-90 minutes
  • SEVERE: Severe delays over 90 minutes

Delay Types

The FlightDelayType enum classifies different types of delays:
  • GROUND_STOP: No departures or arrivals permitted
  • GROUND_DELAY: Ground delay program in effect
  • DEPARTURE_DELAY: Delays affecting departing flights
  • ARRIVAL_DELAY: Delays affecting arriving flights
  • GENERAL: General delay condition
  • CLOSURE: Airport or airspace closure