National Weather Service (weather.gov)
communityOfficial US government weather service operated by NOAA providing forecasts, observations, warnings, and climate data for all US locations and territories. Issues severe weather warnings, hurricane forecasts, and aviation meteorology.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/points/{lat},{lon}Get weather forecast for a US location
Parameters
latlatitude (floatrequiredlonlongitude (floatrequiredReturns
properties{forecast, forecastHourly, observationStations, relativeLocation{city, state}}GET
/alerts/activeGet active weather alerts for US area
Parameters
area2-letter US state code (stringoptionalzoneNWS zone ID (stringoptionalstatusactual|exercise|test (stringoptionalReturns
features[] with id, properties{event, areaDesc, severity, urgency, onset, expires, headline, description}GET
/stations/{stationId}/observationsGet weather observations from a station
Parameters
limitintegeroptionalstationId4-letter ICAO code (stringrequiredReturns
features[] with properties{timestamp, temperature, dewpoint, windSpeed, windDirection, barometricPressure, cloudLayers[]}