The AviationService provides APIs for accessing current airport delay alerts from the FAA (Federal Aviation Administration) and Eurocontrol.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/koala73/worldmonitor/llms.txt
Use this file to discover all available pages before exploring further.
Base Path
ListAirportDelays
Retrieves current airport delay alerts with filtering by region and severity. Endpoint:GET /api/aviation/v1/list-airport-delays
Request Parameters
Maximum items per page (1-100)
Cursor for next page
Optional region filter:
AIRPORT_REGION_AMERICAS, AIRPORT_REGION_EUROPE, AIRPORT_REGION_APAC, AIRPORT_REGION_MENA, or AIRPORT_REGION_AFRICAOptional minimum severity filter:
FLIGHT_DELAY_SEVERITY_NORMAL, FLIGHT_DELAY_SEVERITY_MINOR, FLIGHT_DELAY_SEVERITY_MODERATE, FLIGHT_DELAY_SEVERITY_MAJOR, or FLIGHT_DELAY_SEVERITY_SEVEREResponse
The list of airport delay alerts
Pagination metadata
Example Request
Example Response
Delay Severity Levels
TheFlightDelaySeverity 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
TheFlightDelayType 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