Weather Underground
communityHyperlocal weather from personal weather stations — forecasts, history, and 250,000+ PWS network
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
/api/v2/pws/observations/currentGet current conditions from nearest PWS
Parameters
geocodestringoptional— lngstationIdstringoptionalReturns
observations{stationID, obsTimeLocal, temp, humidity, dewpt, windSpeed, windDir, pressure, precipRate, uv, solarRadiation}GET
/api/v2/forecast/daily/5dayGet forecast
Parameters
geocodestringrequiredReturns
forecasts[] with dayOfWeek, narrative, tempMax, tempMin, precipChance, windSpeed, humidity}GET
/api/v2/pws/observations/dailyGet historical weather
Parameters
datestringrequiredstationIdstringrequiredReturns
observations[] with obsTimeLocal, tempHigh, tempLow, humidity, precipTotal, windspeedHigh}