# Bulk Data
Deprecation Notice
The legacy time series data hosted at bulk.meteostat.net
is now deprecated. These files will no longer receive updates starting January 2026. Please migrate to the new data dumps at data.meteostat.net
by the end of 2025. Climate normals and weather station metadata will remain available at bulk.meteostat.net
until further notice.
The Meteostat bulk data interface provides access to full data dumps of individual weather stations. The data is provided in CSV (weather data) and JSON (weather stations) format. Users are not required to sign up for this service.
Donation
Help Meteostat provide free weather and climate data by making a donation.
# Quick Start
The download of annual data dumps is dead simple and doesn’t even require an API key:
curl "https://data.meteostat.net/hourly/2024/10637.csv.gz" --output "10637-2024.csv.gz"
With our Python library we're providing a simple, yet powerful, wrapper for bulk data dumps. If you're into more complex analysis you should definitely have a look at it.
# Endpoint
https://data.meteostat.net
Missing Files
The dumps of weather stations which didn't report data for the requested frequency or data type will return an HTTP 404
status code.
In contrast to our JSON API the Bulk Data interface does not require an API key. However, when using this service you must comply with our terms of service. Please make sure to cache data if possible and forbear from sending malicious calls to this service.
# Update Cycle
To keep the load on our infrastructure as low as possible, Meteostat updates bulk data dumps individually for each weather station. The dumps are updated regularly, depending on the granularity of records. Recent hourly data should be available after a maximum of 24 hours.