{
"data": {
"query": {
"airports": "string",
"type": "string",
"reason_class": "string",
"min_delay_minutes": 0,
"include_notams": false,
"min_lat": 0,
"max_lat": 0,
"min_lon": 0,
"max_lon": 0,
"limit": 100
},
"summary": {
"airports_affected": 7,
"events_total": 11,
"by_type": {
"arrival_delay": 6,
"ground_stop": 2
},
"by_reason_class": {
"volume": 3,
"weather": 8
}
},
"total_matched": 3,
"count": 3,
"airports": [
{
"airport": "JFK",
"name": "string",
"lat": 0,
"lon": 0,
"event_count": 2,
"worst_delay_minutes": 0,
"types": [
"ground_stop",
"arrival_delay"
],
"reason_classes": [
"weather"
],
"events": [
{
"type": "ground_stop",
"reason": "string",
"reason_class": "volume",
"reason_classes": [
"weather",
"runway"
],
"start_time": "string",
"end_time": "string",
"updated_at": "string",
"min_minutes": 0,
"max_minutes": 0,
"average_minutes": 0,
"trend": "string",
"center": "string",
"advisory_url": "string",
"probability_of_extension": "string",
"time_raw": "string"
}
]
}
],
"coverage": "United States National Airspace System only.",
"classification": {
"property1": "string",
"property2": "string"
},
"attribution": {
"sources": [
{
"registry_key": "noaa/aviation-weather-center",
"source_name": "NOAA Aviation Weather Center",
"licence": "public-domain",
"citation": "NOAA/NWS Aviation Weather Center (aviationweather.gov)",
"disclaimer": "Advisory only; not a substitute for an official preflight briefing."
}
],
"effective_reexport": "allowed"
},
"disclaimer": "string",
"upstream": {
"property1": "string",
"property2": "string"
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true
}
}