Weatherunderground: Get Forecast
Weatherunderground via Parse · weather
Get a detailed 10-day daily weather forecast for a specific location. Returns arrays of daily values including day of week, temperature highs/lows, narrative descriptions, and detailed daypart (day/night) forecasts with precipitation chances, wind, and conditions. Geocode is obtained from search_locations. Access real-time weather observations and 10-day forecasts from Weather Underground. Features location search, current conditions (temperature, humidity, wind), and detailed narrative forecasts. Fulfilled by Parse from weatherunderground.com.
- maps-geo
- parse
- platform-key
- travel
- weather
- weatherunderground
- weatherunderground-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- weather
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/dc569c5e-6b93-4885-af60-ca8f7beb79ec/get_forecast
- Interface artifact
- sha256:85a347e84ecc83765b1ad3ba830a4348802b6947394d19a64235a666bb095a18
- Manifest digest
- sha256:1608d0d352a86477b979513b7f4784f61c38af1bcc55018155416a8ef27a4bd2
Request fields
- units (string): Unit system: 'e' for Imperial (°F, mph), 'm' for Metric (°C, kph).: Allowed values: e, m
- geocode (string, required): Latitude,longitude string obtained from search_locations (e.g., '40.713,-74.006').
Example queries
- {"units":"e","geocode":"40.713,-74.006"}