Data API

This service facilitates machine-to-machine access to aviation weather information. The interface below can be used to learn more about available data, configure specific queries, and try them out. The weather database currently allows access to the previous 15 days of data.

Please keep requests limited in scope and frequency. Maximum results per query apply as well as rate limiting against frequent requests. For larger queries, consider using the cache files.

Cache

Access to current observations and forecasts in one file. Use of these files is recommended instead of making excessively large or frequent custom queries. METARs, AIRMETs/SIGMETs, and PIREPS update once a minute, TAFs update every ten minutes, and stations update once per day.

/data/cache/metars.cache.xml.gzAll current METARs (XML) - gzip'd
/data/cache/metars.cache.csv.gzAll current METARs (CSV) - gzip'd
/data/cache/tafs.cache.xml.gzAll current TAFs (XML) - gzip'd
/data/cache/tafs.cache.csv.gzAll current TAFs (CSV) - gzip'd
/data/cache/airsigmets.cache.xml.gzAll current CONUS AIRMETs/SIGMETs (XML) - gzip'd
/data/cache/airsigmets.cache.csv.gzAll current CONUS AIRMETs/SIGMETs (CSV) - gzip'd
/data/cache/aircraftreports.cache.xml.gzAll current AIREPs/PIREPs (XML) - gzip'd
/data/cache/aircraftreports.cache.csv.gzAll current AIREPs/PIREPs (CSV) - gzip'd
/data/cache/stations.cache.xml.gzStations listing (XML) - gzip'd
/data/cache/stations.cache.json.gzStations listing (JSON) - gzip'd