Wunderground: Get Historical Airport Temperature Series
Wunderground via Parse · weather
Retrieve a complete year-scale airport observation temperature series for settlement calibration. Returns every observation within the requested local-date range (up to 366 days), preserving the full intraday path. Observations are deduplicated by valid_time_gmt, grouped by local calendar date using the specified IANA timezone, and sorted chronologically. Includes compact daily maxima derived from the returned rows. Internally batches requests to the upstream 31-day-limited API. 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_temperature_series
- Interface artifact
- sha256:50e043232569e1e0f407c67870a8e3ce99b921a201b4c5183cffca5da6aecc14
- Manifest digest
- sha256:5f2d5f918e25dcf1fea853cd55a0ee4f9f4fc7ce980b9d064c8bed8043df7fb1
Request fields
- end_date (string, required): End date in YYYYMMDD format, inclusive local calendar date.
- start_date (string, required): Start date in YYYYMMDD format, interpreted as a local calendar date.
- station_id (string, required): Airport station ICAO code (e.g. EFHK, KJFK). Obtain from search endpoint's icaoCode field.
- country_code (string, required): 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":"20250603","start_date":"20250601","station_id":"XXXX","country_code":"FI","timezone_name":"Europe/Helsinki"}