UnifyAPI
← Back to catalog

checkwx.metar_decoded

mock data$0.002 / call

CheckWX Decoded METAR

Get current METAR for one or more airports as fully decoded JSON — wind (direction/speed/gust as separate fields), visibility (in SM and meters), sky conditions (cloud coverage + altitude as objects), temperature/dewpoint (°C and °F), altimeter (inHg and hPa), flight category (VFR/MVFR/IFR/LIFR). Saves agents from parsing raw METAR text.

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