UnifyAPI
← Back to catalog

awc.metar

mock data$0.001 / call

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

Weatherprovider: Awc#awc#weather

Input schema

hours

Hours of history to return (default 2, max 72)

integer
icao_codesrequired

Comma-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).

string

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

Try it

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