UnifyAPI
← Back to catalog

avwx.station_summary

mock data$0.003 / call

AVWX Station Summary

Composite report for one airport — latest parsed METAR + TAF + station info (name, lat/lon/elev, type) in one call. Cheaper than three separate calls if you need the full picture.

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.station_summary \
  -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.