Aviation Weather Bundle (METAR + TAF + SIGMET + 24h Forecast) is a paid API for AI agents from jtifhcvbgxqwlywugvjv.supabase.co, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).
Returns a normalized aviation weather bundle — METAR, TAF, SIGMET, and 24-hour forecast — for one or more ICAO airport codes
Real-time aviation weather for any ICAO airport. Returns decoded METAR, TAF, SIGMET alerts, and a normalized 24-hour forecast. Batch up to 10 airports per call. Sources: NOAA Aviation Weather Center and Open-Meteo.
A normalized JSON bundle containing: current METAR observation, TAF terminal aerodrome forecast, active SIGMETs, and a 24-hour forecast — all keyed to the requested ICAO code(s). Supports up to 10 ICAOs in a single batch call.
POSThttps://jtifhcvbgxqwlywugvjv.supabase.co/functions/v1/cortex402-aviation-weatherUse this endpoint when you need a comprehensive, normalized aviation weather bundle — METAR, TAF, SIGMET, and 24h forecast — in a single call rather than querying multiple raw data sources. Ideal for flight planning agents, dispatch tools, or any workflow needing structured, ready-to-use aviation weather data for one or more airports simultaneously.
{
"icao": "KLAS"
}| Field | Type | Description |
|---|---|---|
| icao | string | ICAO code (3–4 chars, e.g. "KLAS"). Runtime also accepts a JSON array of up to 10 ICAOs for batch lookups. |
{
"airports": [
{
"lat": 36.0719,
"lon": -115.1634,
"taf": {
"raw": "TAF KLAS 052320Z 0600/0706 23012G20KT P6SM SKC FM060400 19010KT P6SM SKC FM061500 20012G23KT P6SM FEW200 FM062000 22020G30KT P6SM FEW150 SCT200 FM070400 20014G24KT P6SM SCT150 BKN200",
"valid_to": 1780812000,
"valid_from": 1780704000
},
"icao": "KLAS",
"name": "Las Vegas/Reid Intl, NV, US",
"metar": {
"raw": "METAR KLAS 052256Z 25014G21KT 10SM CLR 40/M09 A2971 RMK AO2 SLP027 T04001089",
"temp_c": 40,
"wind_kt": 14,
"wind_dir": 250,
"dewpoint_c": -8.9,
"observed_at": "2026-06-05T23:00:00.000Z",
"visibility_sm": "10+",
"altimeter_inhg": 29.71,
"flight_category": "VFR"
},
"source": [
"NOAA AviationWeather",
"Open-Meteo"
],
"sigmets": [],
"forecast_24h": [
{
"time": "2026-06-05T00:00",
"temp_c": 39.7,
"wind_kt": 4,
"wind_dir": 183,
"precip_mm": 0
},
{
"time": "2026-06-05T01:00",
"temp_c": 39,
"wind_kt": 10,
"wind_dir": 242,
"precip_mm": 0
},
{
"time": "2026-06-05T02:00",
"temp_c": 37.5,
"wind_kt": 11,
"wind_dir": 238,
"precip_mm": 0
},
{
"time": "2026-06-05T03:00",
"temp_c": 35.2,
"wind_kt": 11,
"wind_dir": 235,
"precip_mm": 0
},
{
"time": "2026-06-05T04:00",
"temp_c": 33.7,
"wind_kt": 8,
"wind_dir": 222,
"precip_mm": 0
},
{
"time": "2026-06-05T05:00",
"temp_c": 32.9,
"wind_kt": 7,
"wind_dir": 222,
"precip_mm": 0
},
{
"time": "2026-06-05T06:00",
"temp_c": 32.1,
"wind_kt": 6,
"wind_dir": 200,
"precip_mm": 0
},
{
"time": "2026-06-05T07:00",
"temp_c": 31,
"wind_kt": 7,
"wind_dir": 196,
"precip_mm": 0
},
{
"time": "2026-06-05T08:00",
"temp_c": 30.3,
"wind_kt": 10,
"wind_dir": 203,
"precip_mm": 0
},
{
"time": "2026-06-05T09:00",
"temp_c": 29.2,
"wind_kt": 9,
"wind_dir": 218,
"precip_mm": 0
},
{
"time": "2026-06-05T10:00",
"temp_c": 28.7,
"wind_kt": 7,
"wind_dir": 212,
"precip_mm": 0
},
{
"time": "2026-06-05T11:00",
"temp_c": 27.8,
"wind_kt": 9,
"wind_dir": 209,
"precip_mm": 0
},
{
"time": "2026-06-05T12:00",
"temp_c": 27.2,
"wind_kt": 5,
"wind_dir": 211,
"precip_mm": 0
},
{
"time": "2026-06-05T13:00",
"temp_c": 26,
"wind_kt": 1,
"wind_dir": 256,
"precip_mm": 0
},
{
"time": "2026-06-05T14:00",
"temp_c": 27.9,
"wind_kt": 1,
"wind_dir": 252,
"precip_mm": 0
},
{
"time": "2026-06-05T15:00",
"temp_c": 30.2,
"wind_kt": 1,
"wind_dir": 11,
"precip_mm": 0
},
{
"time": "2026-06-05T16:00",
"temp_c": 32.2,
"wind_kt": 0,
"wind_dir": 297,
"precip_mm": 0
},
{
"time": "2026-06-05T17:00",
"temp_c": 33.9,
"wind_kt": 1,
"wind_dir": 90,
"precip_mm": 0
},
{
"time": "2026-06-05T18:00",
"temp_c": 35.6,
"wind_kt": 4,
"wind_dir": 87,
"precip_mm": 0
},
{
"time": "2026-06-05T19:00",
"temp_c": 37.6,
"wind_kt": 7,
"wind_dir": 143,
"precip_mm": 0
},
{
"time": "2026-06-05T20:00",
"temp_c": 39,
"wind_kt": 8,
"wind_dir": 188,
"precip_mm": 0
},
{
"time": "2026-06-05T21:00",
"temp_c": 39.4,
"wind_kt": 8,
"wind_dir": 220,
"precip_mm": 0
},
{
"time": "2026-06-05T22:00",
"temp_c": 39.4,
"wind_kt": 8,
"wind_dir": 233,
"precip_mm": 0
},
{
"time": "2026-06-05T23:00",
"temp_c": 40,
"wind_kt": 10,
"wind_dir": 230,
"precip_mm": 0
}
]
}
],
"fetched_at": "2026-06-05T23:42:43.824Z",
"receipt_tx": "0xcb719e69fa279b0d8dd9bbe621caf725f721a1e878ccce59558c7c0f33989c0f",
"request_id": "aw_80906190a17145b39c49a9",
"ttl_seconds": 600
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"