Transportation
Terminal aerodrome forecasts - TAF (NOAA AWC)
Worldwide terminal aerodrome forecasts (TAF) from the NOAA/NWS Aviation Weather Center, decoded to per-period forecast groups plus the raw report. Filter by ICAO station ids and bounding box. Consultative only; not a substitute for an official preflight briefing.
get/api/v2/transport/aviation/taf
Query parameters
idsstring nullable
Comma-separated ICAO station ids, e.g. KJFK,EGLL.
Example:KJFK
Comma-separated ICAO station ids, e.g. KJFK,EGLL.
min_latnumber nullable
Bounding-box south edge.
Bounding-box south edge.
max_latnumber nullable
Bounding-box north edge.
Bounding-box north edge.
min_lonnumber nullable
Bounding-box west edge.
Bounding-box west edge.
max_lonnumber nullable
Bounding-box east edge.
Bounding-box east edge.
limitinteger
Maximum stations returned.
Maximum stations returned.
Response
Successful Response
Example response
{
"data": {
"query": {
"ids": "KJFK",
"limit": 100
},
"stations": [
{
"station": "KJFK",
"issue_time": "2026-07-05T14:39:00Z",
"valid_from": "2026-07-05T15:00:00Z",
"valid_to": "2026-07-06T18:00:00Z",
"lat": 40.6392,
"lon": -73.7639,
"elevation_m": 3,
"forecasts": [
{
"from": "2026-07-05T18:00:00Z",
"to": "2026-07-06T00:00:00Z",
"change": "FM",
"wind_dir_deg": 140,
"wind_speed_kt": 8,
"wind_gust_kt": 18,
"visibility_mi": "6+",
"wx_string": "-SHRA",
"clouds": [
{
"cover": "BKN",
"base_ft": 2500
}
]
}
],
"raw": "TAF KJFK 051439Z 0515/0618 ..."
}
],
"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"
}
},
"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": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}