Wunderground: Get Historical Airport
Wunderground via Parse · weather
Access historical weather observations for an airport station over a date range. Returns hourly observations enriched with timestamp fields, temperature unit, row type classification, and QC/provenance placeholders. Includes response-level metadata (row count, missing hours, warnings), station metadata, and a daily_summary block with derived and source-published daily temperature maxima. 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
- Interface artifact
- sha256:5b6e50ed99456127001fbdcc8ebe6aa0efc443e4ef8039e52054a2908a6d764f
- Manifest digest
- sha256:22bbb642400bd93398e1cb64cddac816f735862dc768832548f5d094f9f4d86c
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. KJFK, EGLL). Obtain from search endpoint's icaoCode field.
- country_code (string): Two-letter ISO country code for the station (e.g. US, GB).
Example queries
- {"end_date":"20260603","start_date":"20260601","station_id":"KJFK","country_code":"US"}