get_metar
Retrieve current decoded METAR weather for an airport by ICAO code. Get wind, visibility, temperature, and flight category (VFR/MVFR/IFR/LIFR), with optional TAF forecast.
Instructions
Get the current decoded METAR (aviation weather) for an airport by ICAO code. Returns raw report, flight category (VFR/MVFR/IFR/LIFR), wind, visibility, temperature, dewpoint, and more. Optionally include the TAF forecast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icao | Yes | 4-letter ICAO airport code, e.g. KJFK, EGLL, SPJC. | |
| taf | No | Also include the TAF forecast. |