Historical weather data
This API provides historical weather data on a daily basis, including comprehensive meteorological data for a specific location. Here's a description of each field within the response:
Last updated
This API provides historical weather data on a daily basis, including comprehensive meteorological data for a specific location. Here's a description of each field within the response:
Last updated
date
: The related date in format YYYY-MM-DD
.
relative_humidity_2m
: Relative humidity at 2 meters above ground expressed in percentile.
rain_sum
: Sum of daily rain.
et0_fao_evapotranspiration
: The daily sum of ET₀ Reference Evapotranspiration of a well watered grass field.
temperature_2m_max
: Maximum daily air temperature at 2 meters above ground.
temperature_2m_min
: Minimum daily air temperature at 2 meters above ground.
temperature_2m_mean
: Mean daily air temperature at 2 meters above ground.
Fetches aggregated historical weather data (daily rainfall, relative humidity, evapotranspiration, min/max/mean temperature) The query parameters are from
and to
(in YYYY-MM-DD format). from
must be before or equal to to
, and both must not be in the future.
Start date (YYYY-MM-DD). Must be <= to
.
End date (YYYY-MM-DD). Must be >= from
.