MeteoBase
An open archive of weather and climate data — global forecasts, ERA5 reanalysis, satellite products and station observations. Datasets are refreshed continuously and served over HTTP and a free JSON API, which is why this host moves a large volume of data.
All feeds updating
IPv4 · IPv6
CC BY 4.0
EU region
Data served this month— TiB
Archive size≈ 15 TiB
Datasets11
Stations11,840
Updateshourly
Live conditions #live
Current observations sampled from the forecast feed. Local time updates every second; readings refresh every few minutes.
Datasets #datasets
Sizes reflect the full served archive. Forecast products update several times a day; reanalysis and projections update monthly.
| Dataset | Format | Size | Updated |
|---|
API #api
Mirror status is served by this host. Live and historical weather is provided by the free Open-Meteo API — no key, no signup, CORS-enabled.
# 1) Archive status (this server) — JSON curl -s https://data.example.org/status.json # 2) Current conditions for a coordinate (Open-Meteo) curl -s "https://api.open-meteo.com/v1/forecast?latitude=55.75&longitude=37.62¤t=temperature_2m,wind_speed_10m,relative_humidity_2m" # 3) Historical hourly series from the reanalysis archive curl -s "https://archive-api.open-meteo.com/v1/archive?latitude=55.75&longitude=37.62&start_date=2025-01-01&end_date=2025-01-07&hourly=temperature_2m" # resolve a place name to coordinates curl -s "https://geocoding-api.open-meteo.com/v1/search?name=Moscow"
Pick a city and press “Query API” to fetch live conditions from Open-Meteo.
Weather data by Open-Meteo.com, licensed CC BY 4.0. The request runs in your browser.