← Back to catalog
awc.metar
mock data$0.001 / callAviation METAR Weather Report
Current METAR (METeorological Aerodrome Report) for one or more airports — official aviation weather observations (wind, visibility, sky condition, temperature, dewpoint, altimeter, remarks). Updates every 1 hour, more often when conditions change rapidly.
Input schema
hours
integerHours of history to return (default 2, max 72)
icao_codesrequired
stringComma-separated ICAO airport codes (uppercase, 4 letters each, e.g. 'KJFK,KLAX,EGLL,RJTT'). Max 20 per call. Examples: KJFK (New York JFK), EGLL (London Heathrow), RJTT (Tokyo Haneda).
Call via REST
curl -X POST https://unifyapi.pro/api/call/awc.metar \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"hours":2,"icao_codes":"<icao_codes>"}'