Weatherunderground: Get Current Conditions
Weatherunderground via Parse · weather
Get current weather observations for a specific location using its geocode. Returns temperature, wind speed, wind direction, humidity, cloud cover, visibility, pressure, precipitation amounts, and a human-readable weather phrase. 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_current_conditions
- Interface artifact
- sha256:cb038993f18b423444faaff6774d42f2aa7b49830a1104883a935293c2132bdf
- Manifest digest
- sha256:b97831066f4111e6689ba8bc6a7d277e62e4a38aa1aaa597aee03320c4910d5e
Request fields
- units (string): Unit system: 'e' for Imperial (°F, mph, inches), 'm' for Metric (°C, kph, mm).: 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"}