UnifyAPI
← Back to catalog

checkwx.taf_decoded

mock data$0.003 / call

CheckWX 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.

Weatherprovider: Checkwx#checkwx#weather

Input schema

icao_codesrequired

Comma-separated ICAO airport codes (uppercase 4 letters). Max 25 per call. Examples: 'KJFK,EGLL,RJTT', 'KSFO', 'EDDF'.

string

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>"}'

Try it

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