← Back to catalog
avwx.station_summary
mock data$0.003 / callAVWX 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.
Input schema
icao_coderequired
stringSingle ICAO airport code (4-letter uppercase). Examples: KJFK, EGLL, KSFO.
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>"}'