National Weather Service connector
Back to the connector overview, authentication methods, and actions.
16 Sept 2026
data-syncAdded scheduled data sync to seven collection actions — forecast and county zones, text products and product types, the weather glossary, active alerts, and radar stations and servers — so these can be kept in sync and searched without calling the National Weather Service on every request. Each is returned in full by a single request and syncs by full refresh, because the API offers no last-updated filter.Changed · 7 actions updated
Changed · 7 actions updated
nws_list_active_alerts, nws_list_glossary_terms, nws_list_product_types, nws_list_products, nws_list_radar_servers, nws_list_radar_stations, nws_list_zones11 Sept 2026
releasePromoted to GA. Version normalized to 1.0.0 in line with the GA versioning policy (GA connectors are versioned 1.0.0 or higher); no functional changes in this version.10 Sept 2026
guideAdded a connection guide explaining what to enter in the User-Agent field, including the required format and an example.9 Sept 2026
description-fix bug-fixForecast icon, satellite thumbnail, office briefing and weather story downloads now return valid base64 file content instead of raw bytes. Clarified icon condition codes, the mutually exclusive alert geographic filters, the 4-letter ICAO office format for text products, and how to obtain briefing, weather story and TAF identifiers.Changed · 17 actions updated
Changed · 17 actions updated
nws_get_dual_condition_icon, nws_get_icon, nws_get_office_briefing, nws_get_office_briefing_download, nws_get_office_weather_story, nws_get_office_weather_story_image, nws_get_product, nws_get_satellite_thumbnail, nws_get_station_taf, nws_list_active_alerts, nws_list_alerts, nws_list_products, nws_list_radio_transmitters, nws_list_station_tafs, nws_list_stations, nws_list_zones, nws_list_zones_by_type1 Sept 2026
new-connectorInitial National Weather Service (NWS) connector with 67 read actions across 12 resources (alerts, aviation, gridpoints, points, stations, zones, offices, products, radar, radio, icons, glossary) built from the official api.weather.gov OpenAPI spec (v3.11.0).