Two day forecast
- API endpoint slug
- weather.two_day_forecast
- Runtime method
- performQuery("weather.two_day_forecast")
Query fields
- Label
- Location
- Slug
- location
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- sunrise_at
- Filter code
- Weather.twoDayForecast.SunriseAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- sunset_at
- Filter code
- Weather.twoDayForecast.SunsetAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- forecast_url
- Filter code
- Weather.twoDayForecast.ForecastUrl
- Type
- Web URL
- Example
- http://www.weather.com/weather/5-day/GMXX1273
- Slug
- condition
- Filter code
- Weather.twoDayForecast.Condition
- Type
- String
- Example
- Sunny
- Slug
- todays_condition_image_url
- Filter code
- Weather.twoDayForecast.TodaysConditionImageUrl
- Type
- Image URL
- Example
- http://www.ifttt.com/weather/sunny.png
- Slug
- high_temp_fahrenheit
- Filter code
- Weather.twoDayForecast.HighTempFahrenheit
- Type
- String
- Example
- 72
- Slug
- high_temp_celsius
- Filter code
- Weather.twoDayForecast.HighTempCelsius
- Type
- String
- Example
- 18
- Slug
- low_temp_fahrenheit
- Filter code
- Weather.twoDayForecast.LowTempFahrenheit
- Type
- String
- Example
- 72
- Slug
- low_temp_celsius
- Filter code
- Weather.twoDayForecast.LowTempCelsius
- Type
- String
- Example
- 18
- Slug
- uv_index
- Filter code
- Weather.twoDayForecast.UvIndex
- Type
- String
- Example
- 6
- Slug
- humidity
- Filter code
- Weather.twoDayForecast.Humidity
- Type
- String
- Example
- 72
- Slug
- wind_speed_mph
- Filter code
- Weather.twoDayForecast.WindSpeedMph
- Type
- String
- Example
- 5
- Slug
- wind_speed_kph
- Filter code
- Weather.twoDayForecast.WindSpeedKph
- Type
- String
- Example
- 7
- Slug
- wind_direction
- Filter code
- Weather.twoDayForecast.WindDirection
- Type
- String
- Example
- North
- Slug
- date
- Filter code
- Weather.twoDayForecast.Date
- Type
- Date (ISO8601)
- Example
- 2020-07-07
- Slug
- check_time
- Filter code
- Weather.twoDayForecast.CheckTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00