TAF/METAR API
Professional aviation weather data API that provides real-time METAR (Meteorological Aerodrome Reports) and TAF (Terminal Aerodrome Forecasts) data for airports worldwide. Built specifically for pilots, aviation professionals, weather services, and developers who require reliable, up-to-date aviation weather information for critical decision-making.
TAF/METAR API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
health_check_health_get /health |
## API Health Check Monitors the operational status of the SkyLink Aviation Weather API service. Used for monitoring, load balancers, and automated health verification. Returns… |
| GET |
root__get / |
## SkyLink Aviation Weather API Welcome to the professional aviation weather data service providing real-time METAR and TAF information worldwide. ### Quick Start - **METAR… |
| GET |
get_metar_raw_metar__icao_code__get /metar/{icao_code} |
## Get Raw METAR Weather Report Retrieve the original, unprocessed METAR (Meteorological Aerodrome Report) string for any airport worldwide. METAR reports provide current weather… |
| GET |
get_taf_decoded_taf__icao_code__decoded_get /taf/{icao_code}/decoded |
## Get Decoded TAF Forecast Data Retrieve comprehensive, structured Terminal Aerodrome Forecast data with complete parsing of all forecast periods, transitions, and… |
| GET |
get_taf_raw_taf__icao_code__get /taf/{icao_code} |
## Get Raw TAF Weather Forecast Retrieve the original Terminal Aerodrome Forecast (TAF) string for any airport worldwide. TAF reports provide detailed weather forecasts for… |
| GET |
get_metar_decoded_metar__icao_code__decoded_get /metar/{icao_code}/decoded |
## Get Decoded METAR Weather Data Retrieve comprehensive, machine-readable weather information parsed from METAR reports. This endpoint transforms raw meteorological data into… |