← Back to catalog
checkwx.metar_decoded
mock data$0.002 / callCheckWX 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.
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.metar_decoded \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"icao_codes":"<icao_codes>"}'