Back to catalog

Yandex.Weather

API Key

Assesses weather condition in specific locations

WeatherHTTPS

Moscow

cloudy

CityMoscow
ConditionCloudy
Temp C-3
Wind Speed Ms5.2
Humidity Percent78

Sample Response

response.json
1{
2 "city": "Moscow",
3 "condition": "cloudy",
4 "temp_c": -3,
5 "wind_speed_ms": 5.2,
6 "humidity_percent": 78
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://yandex.com/dev/weather/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs