Weather Underground
communityWeather information service (owned by The Weather Company/IBM) with the world's largest network of personal weather stations (250,000+). Provides hyper-local weather data, forecasts, and historical weather information for any location globally.
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/v1/conditionsGet current weather conditions
Parameters
unitse|m|h (stringoptional— e=imperial)stationIdpersonal weather station ID (stringrequiredReturns
observations{stationID, obsTimeLocal, lat, lon, temp, humidity, windSpeed, windDir, pressure, precipTotal}GET
/api/v1/forecast/daily/5dayGet weather forecast
Parameters
unitse|m|h (stringoptionalgeocodelatoptional— lon (stringpostalKeyZIP:US postal code (stringoptionalReturns
daypart{daypartName, temperature[], relativeHumidity[], windSpeed[], windDirectionCardinal[], narrative[], precipChance[]}GET
/api/v1/history/dailyGet historical weather data
Parameters
unitse|m|h (stringoptionalendDateYYYYMMDD (stringoptionalstartDateYYYYMMDD (stringrequiredstationIdstringrequiredReturns
observations[] with obsTimeLocal, tempHigh, tempLow, precipTotal, humidity, pressure