AVWX Parsed PIREPs
avwx.pireps.listGet parsed pilot reports near an airport to identify in-flight hazards like turbulence, icing, and weather conditions.
Instructions
Pilot Reports (PIREPs) near an airport, parsed — aircraft type, altitude, time, location, sky condition observed, turbulence, icing, weather. Source: pilots reporting in-flight conditions. Useful for hazard awareness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icao_code | Yes | Single ICAO airport code (4-letter uppercase). Examples: KJFK, EGLL, KSFO. |
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. |