What is IFTTT?
Explore Plans Developers
Mobile menu Close menu
Weather UndergroundWeather Underground

Today's weather report

This Trigger retrieves today's current weather report within 5 minutes of the time you specify. NOTE: Pollen count available only in the USA.

About this trigger

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
This Trigger retrieves today's current weather report within 5 minutes of the time you specify. NOTE: Pollen count available only in the USA.
API endpoint slug
weather.current_weather_at_time

Trigger fields

Time Text input
Label
Time of day
Slug
time
Required
true
Can have default value
true
Location Location input > Point
Label
Location
Helper text
Weather in this area
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.currentWeatherAtTime.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.currentWeatherAtTime.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.currentWeatherAtTime.CurrentTempFahrenheit
Type
String
Example
72
Current temp celsiusThe current temperature in degrees Celsius
Slug
current_temp_celsius
Filter code
Weather.currentWeatherAtTime.CurrentTempCelsius
Type
String
Example
18
Current conditionThe current weather condition.
Slug
current_condition
Filter code
Weather.currentWeatherAtTime.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.currentWeatherAtTime.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.currentWeatherAtTime.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.currentWeatherAtTime.ForecastUrl
Type
Web URL
Example
http://www.weather.com/weather/5-day/GMXX1273
Todays conditionToday's weather condition
Slug
todays_condition
Filter code
Weather.currentWeatherAtTime.TodaysCondition
Type
String
Example
Sunny
High temp fahrenheitToday's high temperature in degrees Fahrenheit
Slug
high_temp_fahrenheit
Filter code
Weather.currentWeatherAtTime.HighTempFahrenheit
Type
String
Example
72
High temp celsiusToday's high temperature in degrees Celsius
Slug
high_temp_celsius
Filter code
Weather.currentWeatherAtTime.HighTempCelsius
Type
String
Example
18
Low temp fahrenheitToday's low temperature in degrees Fahrenheit
Slug
low_temp_fahrenheit
Filter code
Weather.currentWeatherAtTime.LowTempFahrenheit
Type
String
Example
72
Low temp celsiusToday's low temperature in degrees Celsius
Slug
low_temp_celsius
Filter code
Weather.currentWeatherAtTime.LowTempCelsius
Type
String
Example
18
Uv indexThe current UV index, 0-16
Slug
uv_index
Filter code
Weather.currentWeatherAtTime.UvIndex
Type
String
Example
6
HumidityThe current humidity level represented as a percentage.
Slug
humidity
Filter code
Weather.currentWeatherAtTime.Humidity
Type
String
Example
72
Wind speed mphWind speed in MPH
Slug
wind_speed_mph
Filter code
Weather.currentWeatherAtTime.WindSpeedMph
Type
String
Example
5
Wind speed kphWind speed in KPH
Slug
wind_speed_kph
Filter code
Weather.currentWeatherAtTime.WindSpeedKph
Type
String
Example
7
Wind directionWind direction
Slug
wind_direction
Filter code
Weather.currentWeatherAtTime.WindDirection
Type
String
Example
North
Pollen countThe current pollen count, 0-12
Slug
pollen_count
Filter code
Weather.currentWeatherAtTime.PollenCount
Type
String
Example
6.2
Check timeDate and time this trigger was checked.
Slug
check_time
Filter code
Weather.currentWeatherAtTime.CheckTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00