Historical typhoon tracks through the PAR
get_historical_typhoons_phRetrieve historical typhoon tracks within the Philippine Area of Responsibility using NOAA IBTrACS data. Specify a year and optional limit to get storm details like peak intensity and track period.
Instructions
Historical tropical cyclone tracks that passed through the Philippine AOR.
Sourced from NOAA IBTrACS (International Best Track Archive), the authoritative global archive for tropical cyclone tracks. Filtered to the Western Pacific basin and coordinates inside the Philippine Area of Responsibility, aggregated per storm. The result streams the source CSV row by row and returns the most recent storms that crossed the PAR, sorted by start time. Returns peak intensity, minimum pressure, and track period. Examples:
get_historical_typhoons_ph() # last 3 years, up to 30 storms get_historical_typhoons_ph(year=2024) # season 2024, up to 30 storms get_historical_typhoons_ph(year=2024, limit=10) # season 2024, up to 10 storms
On failure: a stream error, a response with no data rows, or a CSV header missing a required column returns a dict. data_status is "unavailable", upstream_error is true, and results is empty, with the real error text in caveats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Season year. None returns recent (last 3 years). | |
| limit | No | Max storms to return (default 30). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |