Description of the weather forecast API: results of special calculations based on forecast meteorological data
(plan "Special")
We are happy to share interesting and useful data calculated based on forecast meteorological data fromProject // Eol 🌬️//.
To gain access, you need to register on the site – an individual token/key will be assigned for making requests – // Register //.
!!! To access the results of special calculations, you also need to obtain the Special package in the // Profile // after registration.
To gain access, you need to register on the site – an individual token/key will be assigned for making requests – // Register //.
!!! To access the results of special calculations, you also need to obtain the Special package in the // Profile // after registration.
Delivery Method:
RestAPI (JSON)
Description of the data returned by the request:
dt_forecast: date/time (UTC) of calculated data
Safety sector:
heat_stress_index: heat stress index (Heat Index) — calculated based on temperature, humidity, and wind, °C (degrees Celsius) [More details]
fire_risk_index: fire risk index (Fire Risk Index) — assessment of natural fire risk based on air temperature and relative humidity [More details]
icing_risk_index: icing risk index — qualitative assessment of icing probability (low, moderate, high) based on temperature, humidity, and wind [More details]
road_slipperiness_index: road slipperiness index — assessment of the risk of ice or frost formation. Values from 0 to 100. Increased risk — for values above 40 [More details]
Agricultural sector:
gdd_index: growing degree days index (GDD) — the sum of air temperature exceedances above the base plant growth temperature [More details]
aridity_index: drought index / aridity [More details]
par_mol_m2_s: photosynthetically active radiation coefficient (Photosynthetically Active Radiation, mol/m²/s [More details]
dry_wind_index: dry wind index, number of hours per day [More details]
Data time zone, available coordinates, resolution, and other technical specifications:
Same as the Base package (data is calculated based on it). More detailed description — API Description
Examples of available RestAPI requests:
By coordinates for all hours of a day:
https://projecteol.ru/api/spec/?lat=47.074&lon=42.631&date=2025-02-10&token={YOUR_TOKEN}
By coordinates for a specific hour:
https://projecteol.ru/api/spec/?lat=47.074&lon=42.631&date=2025-02-10T20:00&token={YOUR_TOKEN}
By coordinates for a date range:
https://projecteol.ru/api/spec/?lat=47.074&lon=42.631&date=2025-02-10,2025-02-12&token={YOUR_TOKEN}