Aviation METAR Weather Report
aviation.metar.currentRetrieve official aviation weather observations (METAR) for one or more airports using ICAO codes. Get wind, visibility, sky condition, temperature, and more, updated every hour.
Instructions
Current METAR (METeorological Aerodrome Report) for one or more airports — official aviation weather observations (wind, visibility, sky condition, temperature, dewpoint, altimeter, remarks). Updates every 1 hour, more often when conditions change rapidly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icao_codes | Yes | Comma-separated ICAO airport codes (uppercase, 4 letters each, e.g. 'KJFK,KLAX,EGLL,RJTT'). Max 20 per call. Examples: KJFK (New York JFK), EGLL (London Heathrow), RJTT (Tokyo Haneda). | |
| hours | No | Hours of history to return (default 2, max 72) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |