← Back to catalog
awc.taf
mock data$0.002 / callAviation TAF Terminal Forecast
TAF (Terminal Aerodrome Forecast) for an airport — aviation forecast valid for next 24-30 hours with wind, visibility, weather phenomena, and sky conditions in 6-hour windows. Updates 4× daily.
Input schema
icao_codesrequired
stringComma-separated ICAO airport codes. Max 20 per call. Examples: KJFK (New York JFK), EGLL (London Heathrow), OMDB (Dubai International), YSSY (Sydney Kingsford Smith).
Call via REST
curl -X POST https://unifyapi.pro/api/call/awc.taf \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"icao_codes":"<icao_codes>"}'