Back to catalog
Cortexa research tool·clinical·open_meteo_climate
OpenMeteo Get Historical Climate
Get historical daily climate data for any location on Earth using the Open-Meteo Climate Change API. Returns daily temperature, precipitation, wind, humidity, and other variables from climate reanalysis models (ERA5, EC-Earth3P_HR, CMIP6). Data available from 1950 onwards. No authentication required. Useful for climate research, trend analysis, and historical weather studies.
Livelast probed 2026-05-01 01:00Z· 652msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 652ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"daily": {
"description": "Comma-separated daily variables. Values: 'temperature_2m_mean', 'temperature_2m_max', 'temperature_2m_min', 'precipitation_sum', 'rain_sum', 'snowfall_sum', 'wind_speed_10m_max', 'et0_fao_evapotranspiration'. Default: temperature_2m_mean,precipitation_sum",
"type": [
"string",
"null"
]
},
"end_date": {
"description": "End date in YYYY-MM-DD format. Examples: '1980-12-31', '2000-06-30', '2023-12-31'",
"type": "string"
},
"latitude": {
"description": "Location latitude (-90 to 90). Examples: 52.52 (Berlin), 40.71 (NYC), 48.85 (Paris)",
"type": "number"
},
"longitude": {
"description": "Location longitude (-180 to 180). Examples: 13.41 (Berlin), -74.01 (NYC), 2.35 (Paris)",
"type": "number"
},
"models": {
"description": "Climate model. Values: 'EC_Earth3P_HR' (Europe, high res), 'MPI_ESM1_2_XR', 'FGOALS_f3_H', 'CMCC_CM2_VHR4'. Default: EC_Earth3P_HR",
"type": [
"string",
"null"
]
},
"start_date": {
"description": "Start date in YYYY-MM-DD format. Data available from 1950-01-01. Examples: '1980-01-01', '2000-06-01', '2020-01-01'",
"type": "string"
}
},
"required": [
"latitude",
"longitude",
"start_date",
"end_date"
],
"type": "object"
}Examples (1)
Default OpenMeteo Get Historical Climate call
public-safeinput
{
"end_date": "",
"latitude": 1,
"longitude": 1,
"start_date": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenMeteo_get_historical_climate
- Tool name
- OpenMeteo_get_historical_climate
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse