Data API
Use the interface below to construct your own queries. The weather database currently allows access to the previous 15 days of data. For larger queries, please consider using the cache files
.Cache
Access to all current observations and forecasts in one file, updated once a minute. Use of these files is recommended instead of making excessively large custom queries.
/data/cache/metars.cache.xml.gz | All current METARs (XML) - gzip'd |
/data/cache/metars.cache.csv.gz | All current METARs (CSV) - gzip'd |
/data/cache/tafs.cache.xml.gz | All current TAFs (XML) - gzip'd |
/data/cache/tafs.cache.csv.gz | All current TAFs (CSV) - gzip'd |
/data/cache/airsigmets.cache.xml.gz | All current AIRMETs/SIGMETs (XML) - gzip'd |
/data/cache/airsigmets.cache.csv.gz | All current AIRMETs/SIGMETs (CSV) - gzip'd |
/data/cache/aircraftreports.cache.xml.gz | All current AIREPs/PIREPs (XML) - gzip'd |
/data/cache/aircraftreports.cache.csv.gz | All current AIREPs/PIREPs (CSV) - gzip'd |