Get the current weather
- API endpoint slug
- weather.current_weather
- Runtime method
- performQuery("weather.current_weather")
Query fields
- Label
- Location
- Slug
- location
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- sunrise_at
- Filter code
- Weather.currentWeather.SunriseAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- sunset_at
- Filter code
- Weather.currentWeather.SunsetAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- current_temp_fahrenheit
- Filter code
- Weather.currentWeather.CurrentTempFahrenheit
- Type
- String
- Example
- 72
- Slug
- current_temp_celsius
- Filter code
- Weather.currentWeather.CurrentTempCelsius
- Type
- String
- Example
- 18
- Slug
- current_condition
- Filter code
- Weather.currentWeather.CurrentCondition
- Type
- String
- Example
- Sunny
- Slug
- current_condition_image_url
- Filter code
- Weather.currentWeather.CurrentConditionImageUrl
- Type
- Image URL
- Example
- http://www.ifttt.com/weather/sunny.png
- Slug
- todays_condition_image_url
- Filter code
- Weather.currentWeather.TodaysConditionImageUrl
- Type
- Image URL
- Example
- http://www.ifttt.com/weather/sunny.png
- Slug
- forecast_url
- Filter code
- Weather.currentWeather.ForecastUrl
- Type
- Web URL
- Example
- http://www.weather.com/weather/5-day/GMXX1273
- Slug
- todays_condition
- Filter code
- Weather.currentWeather.TodaysCondition
- Type
- String
- Example
- Sunny
- Slug
- high_temp_fahrenheit
- Filter code
- Weather.currentWeather.HighTempFahrenheit
- Type
- String
- Example
- 72
- Slug
- high_temp_celsius
- Filter code
- Weather.currentWeather.HighTempCelsius
- Type
- String
- Example
- 18
- Slug
- low_temp_fahrenheit
- Filter code
- Weather.currentWeather.LowTempFahrenheit
- Type
- String
- Example
- 72
- Slug
- low_temp_celsius
- Filter code
- Weather.currentWeather.LowTempCelsius
- Type
- String
- Example
- 18
- Slug
- uv_index
- Filter code
- Weather.currentWeather.UvIndex
- Type
- String
- Example
- 6
- Slug
- humidity
- Filter code
- Weather.currentWeather.Humidity
- Type
- String
- Example
- 72
- Slug
- wind_speed_mph
- Filter code
- Weather.currentWeather.WindSpeedMph
- Type
- String
- Example
- 5
- Slug
- wind_speed_kph
- Filter code
- Weather.currentWeather.WindSpeedKph
- Type
- String
- Example
- 7
- Slug
- wind_direction
- Filter code
- Weather.currentWeather.WindDirection
- Type
- String
- Example
- North
- Slug
- pollen_count
- Filter code
- Weather.currentWeather.PollenCount
- Type
- String
- Example
- 6.2
- Slug
- check_time
- Filter code
- Weather.currentWeather.CheckTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00