fa_get_airport_weather
Get airport weather reports: METAR observations or TAF forecasts for any airport code. Supports paginated data for comprehensive weather information.
Instructions
Get weather for an airport: current METAR observations, or the TAF forecast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Airport code (ICAO/IATA/LID) | |
| cursor | No | Opaque paging cursor from a previous response's links.next | |
| report | No | observations (METAR) or forecast (TAF) | observations |
| max_pages | No | Max pages to fetch, 1-20 (AeroAPI default: 1). Capped at 20 since AeroAPI bills per page. |