UnifyAPI
← Back to catalog

checkwx.station_info

mock data$0.001 / call

CheckWX Station Information

Airport/weather-station metadata by ICAO — name, IATA, latitude/longitude/elevation, country, city, time zone, runway info (count, longest length, surface).

Weatherprovider: Checkwx#checkwx#weather

Input schema

icao_coderequired

Single ICAO airport/station code (4-letter uppercase). Examples: 'KJFK', 'EGLL', 'RJTT'.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/checkwx.station_info \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"icao_code":"<icao_code>"}'

Try it

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