WeatherDotGov (weather_dot_gov v0.1.0)
An API client for weather.gov, autogenerated from https://api.weather.gov/openapi.json See the documentation for information about all the functions available.
Link to this section Summary
Functions
Returns all currently active alerts
Returns active alerts for the given area (state or marine area)
Returns info on the number of active alerts
Returns active alerts for the given marine region
Returns active alerts for the given NWS public zone or county
Returns all alerts
Returns a specific alert
Returns a list of alert types
Returns a list of Center Weather Advisories from a CWSU
Returns a list of Center Weather Advisories from a CWSU
Returns metadata about a Center Weather Service Unit
Returns glossary terms
Returns raw numerical forecast data for a 2.5km grid area
Returns a textual forecast for a 2.5km grid area
Returns a textual hourly forecast for a 2.5km grid area
Returns a list of observation stations usable for a given 2.5km grid area
Returns a forecast icon. Icon services in API are deprecated.
Returns a forecast icon. Icon services in API are deprecated.
Returns a list of icon codes and textual descriptions. Icon services in API are deprecated.
Returns a list of valid text product types for a given issuance location
Returns metadata about a given observation station
Returns a list of observation stations.
Returns metadata about a NWS forecast office
Returns a specific news headline for a given NWS office
Returns a list of news headlines for a given NWS office
Returns metadata about a given latitude/longitude point
Returns a list of observation stations for a given point
Returns a specific text product
Returns a list of valid text product issuance locations
Returns a list of valid text product types and codes
Returns a list of text products
Returns a list of text products of a given type
Returns a list of text products of a given type for a given issuance location
Returns a list of valid text product issuance locations for a given product type
Returns metadata about a given radar wind profiler
Returns metadata about a given radar queue
Returns metadata about a given radar server
Returns a list of radar servers
Returns metadata about a given radar station
Returns metadata about a given radar station alarms
Returns a list of radar stations
Returns a thumbnail image for a satellite region. Image services in API are deprecated.
Returns a specific SIGMET/AIRMET
Returns a list of SIGMET/AIRMETs
Returns a list of SIGMET/AIRMETs for the specified ATSU
Returns a list of SIGMET/AIRMETs for the specified ATSU for the specified date
Returns the latest observation for a station
Returns a list of observations for a given station
Returns a single observation.
Returns a single Terminal Aerodrome Forecast.
Returns Terminal Aerodrome Forecasts for the specified airport station.
Returns metadata about a given zone
Returns the current zone forecast for a given zone
Returns a list of zones
Returns a list of zones of a given type
Returns a list of observations for a given zone
Returns a list of observation stations for a given zone
Link to this section Functions
alerts_active()
Returns all currently active alerts
alerts_active_area(area)
Returns active alerts for the given area (state or marine area)
alerts_active_count()
Returns info on the number of active alerts
alerts_active_region(region)
Returns active alerts for the given marine region
alerts_active_zone(zone_id)
Returns active alerts for the given NWS public zone or county
alerts_query()
Returns all alerts
alerts_single(id)
Returns a specific alert
alerts_types()
Returns a list of alert types
cwa(cwsu_id, date, sequence)
Returns a list of Center Weather Advisories from a CWSU
cwas(cwsu_id)
Returns a list of Center Weather Advisories from a CWSU
cwsu(cwsu_id)
Returns metadata about a Center Weather Service Unit
glossary()
Returns glossary terms
gridpoint(wfo, x, y)
Returns raw numerical forecast data for a 2.5km grid area
gridpoint_forecast(wfo, x, y)
Returns a textual forecast for a 2.5km grid area
gridpoint_forecast_hourly(wfo, x, y)
Returns a textual hourly forecast for a 2.5km grid area
gridpoint_stations(wfo, x, y)
Returns a list of observation stations usable for a given 2.5km grid area
icons(set, time_of_day, first)
Returns a forecast icon. Icon services in API are deprecated.
icons_dual_condition(set, time_of_day, first, second)
Returns a forecast icon. Icon services in API are deprecated.
icons_summary()
Returns a list of icon codes and textual descriptions. Icon services in API are deprecated.
info()
location_products(location_id)
Returns a list of valid text product types for a given issuance location
obs_station(station_id)
Returns metadata about a given observation station
obs_stations()
Returns a list of observation stations.
office(office_id)
Returns metadata about a NWS forecast office
office_headline(office_id, headline_id)
Returns a specific news headline for a given NWS office
office_headlines(office_id)
Returns a list of news headlines for a given NWS office
open_api_version()
point(point)
Returns metadata about a given latitude/longitude point
point_stations(point)
Returns a list of observation stations for a given point
product(product_id)
Returns a specific text product
product_locations()
Returns a list of valid text product issuance locations
product_types()
Returns a list of valid text product types and codes
products_query()
Returns a list of text products
products_type(type_id)
Returns a list of text products of a given type
products_type_location(type_id, location_id)
Returns a list of text products of a given type for a given issuance location
products_type_locations(type_id)
Returns a list of valid text product issuance locations for a given product type
radar_profiler(station_id)
Returns metadata about a given radar wind profiler
radar_queue(host)
Returns metadata about a given radar queue
radar_server(id)
Returns metadata about a given radar server
radar_servers()
Returns a list of radar servers
radar_station(station_id)
Returns metadata about a given radar station
radar_station_alarms(station_id)
Returns metadata about a given radar station alarms
radar_stations()
Returns a list of radar stations
satellite_thumbnails(area)
Returns a thumbnail image for a satellite region. Image services in API are deprecated.
servers()
sigmet(atsu, date, time)
Returns a specific SIGMET/AIRMET
sigmet_query()
Returns a list of SIGMET/AIRMETs
sigmets_by_atsu(atsu)
Returns a list of SIGMET/AIRMETs for the specified ATSU
sigmets_by_atsuby_date(atsu, date)
Returns a list of SIGMET/AIRMETs for the specified ATSU for the specified date
station_observation_latest(station_id)
Returns the latest observation for a station
station_observation_list(station_id)
Returns a list of observations for a given station
station_observation_time(station_id, time)
Returns a single observation.
taf(station_id, date, time)
Returns a single Terminal Aerodrome Forecast.
tafs(station_id)
Returns Terminal Aerodrome Forecasts for the specified airport station.
zone(type, zone_id)
Returns metadata about a given zone
zone_forecast(type, zone_id)
Returns the current zone forecast for a given zone
zone_list()
Returns a list of zones
zone_list_type(type)
Returns a list of zones of a given type
zone_obs(zone_id)
Returns a list of observations for a given zone
zone_stations(zone_id)
Returns a list of observation stations for a given zone