Open-Meteo Historical
Open-Meteo Historical API is a free and open-source REST API delivering historical weather data worldwide. It offers hourly and daily climate statistics like temperature, precipitation, wind speed, and more. Useful for developers building apps focused on climate research, forecasting, or historical weather analysis.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
10,000 requests/day
Rate Limit
API Endpoints
Retrieves historical weather data for a location
Full URL
https://archive-api.open-meteo.com/v1/archive
Code Examples
curl -X GET 'https://archive-api.open-meteo.com/v1/archive'
Parameters
{ "end_date": "2022-07-07", "latitude": 40.7128, "longitude": -74.006, "start_date": "2022-07-01" }
Example Response
{
"daily": {
"time": [
"2022-07-01",
"2022-07-02"
],
"precipitation_sum": [
0,
5.4
],
"temperature_2m_max": [
28.5,
30.2
]
}
}
Version
v1
Rate Limit
10,000 requests/day
Tags
historyweather
Related APIs
Discover similar APIs that might interest you