Wunderground: Get Monthly Observations
Wunderground via Parse · weather
Get all hourly observations for a specific month at an airport station. Internally queries the full date range of the specified month. Returns the same enriched observation format as get_historical_airport with station_metadata, response_metadata, daily_summary, and data_source_note. Useful for bulk historical analysis of a complete calendar month. Real-time weather conditions, forecasts, and historical observations from Weather Underground for personal weather stations and airport stations worldwide. Fulfilled by Parse from wunderground.com.
- government-public
- maps-geo
- parse
- platform-key
- weather
- wunderground
- wunderground-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/4645f09c-8fa2-4177-b560-e0c577209ea0/get_monthly_observations
- Interface artifact
- sha256:fd856f40bb69bc53a38aadfe96f3e52cdda2ed5f9b51041bd964383b2e2cf8a3
- Manifest digest
- sha256:04af487ec0c93072f644ff264a1b553ccd629da0bf8b3ff10ce6fc5aaadc6b81
Request fields
- year (integer, required): Year (e.g. 2024).
- month (integer, required): Month number, 1 through 12.
- station_id (string, required): Airport station ICAO code (e.g. KJFK, EGLL).
- country_code (string): Two-letter ISO country code for the station (e.g. US, GB).
Example queries
- {"year":"2026","month":"5","station_id":"KJFK","country_code":"US"}