New services
Explore Plans
Mobile menu Close menu
Weather UndergroundWeather Underground

Current weather

Get the current weather

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
Get the current weather
API endpoint slug
weather.current_weather
Runtime method
performQuery("weather.current_weather")

Query fields

Location Location input

Label
Location
Slug
location
Required
true
Can have default value
true

Ingredients

Sunrise atThe date and time of today's sunrise.

Slug
sunrise_at
Filter code
Weather.currentWeather.SunriseAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Sunset atThe date and time of today's sunset.

Slug
sunset_at
Filter code
Weather.currentWeather.SunsetAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Current temp fahrenheitThe current temperature in degrees Fahrenheit

Slug
current_temp_fahrenheit
Filter code
Weather.currentWeather.CurrentTempFahrenheit
Type
String
Example
72

Current temp celsiusThe current temperature in degrees Celsius

Slug
current_temp_celsius
Filter code
Weather.currentWeather.CurrentTempCelsius
Type
String
Example
18

Current conditionThe current weather condition.

Slug
current_condition
Filter code
Weather.currentWeather.CurrentCondition
Type
String
Example
Sunny

Current condition image URLThe URL to an image of the current condition.

Slug
current_condition_image_url
Filter code
Weather.currentWeather.CurrentConditionImageUrl
Type
Image URL
Example
http://www.ifttt.com/weather/sunny.png

Todays condition image URLThe URL to an image of todays's condition.

Slug
todays_condition_image_url
Filter code
Weather.currentWeather.TodaysConditionImageUrl
Type
Image URL
Example
http://www.ifttt.com/weather/sunny.png

Forecast URLThe URL to a five day forecast for your location.

Slug
forecast_url
Filter code
Weather.currentWeather.ForecastUrl
Type
Web URL
Example
http://www.weather.com/weather/5-day/GMXX1273

Todays conditionToday's weather condition

Slug
todays_condition
Filter code
Weather.currentWeather.TodaysCondition
Type
String
Example
Sunny

High temp fahrenheitToday's high temperature in degrees Fahrenheit

Slug
high_temp_fahrenheit
Filter code
Weather.currentWeather.HighTempFahrenheit
Type
String
Example
72

High temp celsiusToday's high temperature in degrees Celsius

Slug
high_temp_celsius
Filter code
Weather.currentWeather.HighTempCelsius
Type
String
Example
18

Low temp fahrenheitToday's low temperature in degrees Fahrenheit

Slug
low_temp_fahrenheit
Filter code
Weather.currentWeather.LowTempFahrenheit
Type
String
Example
72

Low temp celsiusToday's low temperature in degrees Celsius

Slug
low_temp_celsius
Filter code
Weather.currentWeather.LowTempCelsius
Type
String
Example
18

Uv indexThe current UV index, 0-16

Slug
uv_index
Filter code
Weather.currentWeather.UvIndex
Type
String
Example
6

HumidityThe current humidity level represented as a percentage.

Slug
humidity
Filter code
Weather.currentWeather.Humidity
Type
String
Example
72

Wind speed mphWind speed in MPH

Slug
wind_speed_mph
Filter code
Weather.currentWeather.WindSpeedMph
Type
String
Example
5

Wind speed kphWind speed in KPH

Slug
wind_speed_kph
Filter code
Weather.currentWeather.WindSpeedKph
Type
String
Example
7

Wind directionWind direction

Slug
wind_direction
Filter code
Weather.currentWeather.WindDirection
Type
String
Example
North

Pollen countThe current pollen count, 0-12

Slug
pollen_count
Filter code
Weather.currentWeather.PollenCount
Type
String
Example
6.2

Check timeDate and time this trigger was checked.

Slug
check_time
Filter code
Weather.currentWeather.CheckTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00