← Back to catalog
checkwx.station_info
mock data$0.001 / callCheckWX Station Information
Airport/weather-station metadata by ICAO — name, IATA, latitude/longitude/elevation, country, city, time zone, runway info (count, longest length, surface).
Input schema
icao_coderequired
stringSingle ICAO airport/station code (4-letter uppercase). Examples: 'KJFK', 'EGLL', 'RJTT'.
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>"}'