← Back to catalog
checkwx.taf_decoded
mock data$0.003 / callCheckWX Decoded TAF
Decoded TAF forecast for airports — issued time, valid window, per-period forecast objects (wind, visibility, weather conditions, sky). Each forecast change block parsed into structured JSON.
Input schema
icao_codesrequired
stringComma-separated ICAO airport codes (uppercase 4 letters). Max 25 per call. Examples: 'KJFK,EGLL,RJTT', 'KSFO', 'EDDF'.
Call via REST
curl -X POST https://unifyapi.pro/api/call/checkwx.taf_decoded \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"icao_codes":"<icao_codes>"}'