History of changes to the API

The current version of the Yandex Weather API is v2 and v3.

Address for sending requests to v2:

https://api.weather.yandex.ru/v2

Address for sending requests to v3:

https://api.weather.yandex.ru/graphql/query

November 2019

New API version (v2).

Possible values changed for the following response fields:

February 2024

New API version (v3).

The interaction protocol has been completely redesigned and replaced from REST to Graphql.

Added:

  • New parameters (full list of parameters is available by link):
    • aqi, iaqi, dominant (Air quality indices);
    • co, density, no2, o3, pm10, pm2p5, so2 (concentration of pollutants in the atmosphere);
    • dewPoint, leafWetnessIndex (parameters of the dew point);
    • dustStormStrength (risk of dust storm);
    • imfBt, imfBx, imfBy, imfBz (characteristics of the interplanetary magnetic field);
    • oceanTide, seaCurrentAngle, seaCurrentSpeed, waveHeight, wavePeriod (ocean and sea parameters);
    • solarIrradiation, solarWindDensity, solarWindSpeed (characteristics of solar radiation and wind);
    • cloudinessOnHeight, temperatureOnHeight, windAngleOnHeight, windSpeedOnHeight (parameters at various heights);
    • referenceEvapotranspiration (evaporated moisture);
  • Raw observations of meteorological stations and archive;
  • Historical data of forecasts for the week into the past;

Actual documentation