Wunderground: Get Historical Airport Daily Maxima
Wunderground via Parse · weather
Retrieve daily temperature maxima for an airport station, grouped by local calendar date in the specified IANA timezone. Uses the same metric observation source as get_historical_airport but returns only compact per-day summaries with max temperature, observation counts, gap analysis, and duplicate detection. DST transitions are handled automatically. Date range should not exceed 31 days. 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_historical_airport_daily_maxima
- Interface artifact
- sha256:48cf79cf7b2e10eda0f841aa43b9444b5ba1643c2d12291ec73d7b3c2b13c012
- Manifest digest
- sha256:40df419fa77a52c6e7bfe2356ce86420ac5bea231c40945800a8b4c4b7a03172
Request fields
- end_date (string, required): End date in YYYYMMDD format.
- start_date (string, required): Start date in YYYYMMDD format.
- station_id (string, required): Airport station ICAO code (e.g. EFHK, KJFK). Obtain from search endpoint's icaoCode field.
- country_code (string): Two-letter ISO country code for the station (e.g. FI, US).
- timezone_name (string, required): IANA timezone name for local date grouping (e.g. Europe/Helsinki, America/New_York). DST transitions are handled automatically.
Example queries
- {"end_date":"20260603","start_date":"20260601","station_id":"EFHK","country_code":"FI","timezone_name":"Europe/Helsinki"}