aiendpoint.dev
ServicesWeather Underground

Weather Underground

community

Weather 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.

Visit site ↗

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.

https://wunderground.comapikeydataconfidence: 90/1000 discoveries1 contributors
GET/api/v1/conditions

Get current weather conditions

Parameters

unitse|m|h (stringoptionale=imperial)
stationIdpersonal weather station ID (stringrequired

Returns

observations{stationID, obsTimeLocal, lat, lon, temp, humidity, windSpeed, windDir, pressure, precipTotal}
GET/api/v1/forecast/daily/5day

Get weather forecast

Parameters

unitse|m|h (stringoptional
geocodelatoptionallon (string
postalKeyZIP:US postal code (stringoptional

Returns

daypart{daypartName, temperature[], relativeHumidity[], windSpeed[], windDirectionCardinal[], narrative[], precipChance[]}
GET/api/v1/history/daily

Get historical weather data

Parameters

unitse|m|h (stringoptional
endDateYYYYMMDD (stringoptional
startDateYYYYMMDD (stringrequired
stationIdstringrequired

Returns

observations[] with obsTimeLocal, tempHigh, tempLow, precipTotal, humidity, pressure