UnifyAPI
← Back to catalog

avwx.pireps

mock data$0.002 / call

AVWX Parsed PIREPs

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.

Weatherprovider: Avwx#avwx#weather

Input schema

icao_coderequired

Single ICAO airport code (4-letter uppercase). Examples: KJFK, EGLL, KSFO.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/avwx.pireps \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"icao_code":"<icao_code>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.