Guide
The Forecasts API provides daily, hourly, quarter-day, and MinuteCast™ forecasts for any location.
For full request and response field details, see Forecasts Parameters.
Base URLs
- Production: api.accuweather.com
- Development: apidev.accuweather.com
Examples below use the production host. Swap in apidev.accuweather.com for development.
MinuteCast™
| Endpoint | Description |
|---|---|
| MinuteCast™ by lat/lon | Minute-by-minute precipitation summaries for 120 minutes |
| MinuteCast™ premium 1-minute | Premium 1-minute interval forecasts |
| MinuteCast™ premium 5-minute | Premium 5-minute interval forecasts |
| MinuteCast™ premium 15-minute | Premium 15-minute interval forecasts |
| MinuteCast™ premium full colors | Full precipitation color spectrum |
| MinuteCast™ premium truncated colors | Truncated precipitation color spectrum |
Hourly Forecasts
| Endpoint | Description |
|---|---|
| 1 hour | 1-hour forecast |
| 12 hours | 12-hour forecast |
| 24 hours | 24-hour forecast |
| 72 hours | 72-hour forecast |
| 120 hours | 120-hour (5-day) forecast |
| 240 hours | 240-hour (10-day) forecast |
Daily Forecasts
| Endpoint | Description |
|---|---|
| 1 day | 1-day forecast |
| 5 days | 5-day forecast |
| 10 days | 10-day forecast |
| 15 days | 15-day forecast |
| 25 days | 25-day forecast |
| 45 days | 45-day forecast |
| 90 days | 90-day forecast |
Quarter-day forecasts
| Endpoint | Description |
|---|---|
| 1 day | 1-day quarter-day forecast |
| 5 days | 5-day quarter-day forecast |
| 10 days | 10-day quarter-day forecast |
| 15 days | 15-day quarter-day forecast |
MinuteCast™ forecasts by latitude, longitude
Codehttps://{baseUrl}/forecasts/{version}/minute.{format}?apikey={your key}&q={latitude, longitude}&language={language code}
Example
Codehttps://api.accuweather.com/forecasts/v1/minute.json?q=46.6,-120.5&apikey={your key}
Code{ "Summary": { "Phrase": "A break in the rain in 81 min", "Type": "RAIN", "TypeId": 1 }, "Summaries": [ { "StartMinute": 0, "EndMinute": 80, "CountMinute": 81, "MinuteText": "A break in the rain in %minute_value min", "Type": "RAIN", "TypeId": 1 } ], "Link": "https://www.accuweather.com/en/us/peters-ca/95236/minute-weather-forecast/2142714?lat=38&lon=-121", "MobileLink": "https://m.accuweather.com/en/us/peters-ca/95236/minute-weather-forecast/2142714?lat=38&lon=-121" }
MinuteCast™ premium one-minute forecasts by latitude, longitude
Codehttps://{baseUrl}/forecasts/{version}/minute/1minute.{format}?q={latitude, longitude}&apikey={your key}&details={true or false}&language={language code}
Example
Codehttps://api.accuweather.com/forecasts/v1/minute/1minute?q=40,-85&apikey={your key}&details=true
Code{ "Summary": { "Phrase": "Periods of rain, some heavy, for at least 120 min", "Phrase_60": "Periods of rain, some heavy, for at least 60 min", "WidgetPhrase": "Rain continuing", "ShortPhrase": "Rain for at least 120 min", "BriefPhrase": "Periods of rain, some heavy, for at least 120 min", "LongPhrase": "Periods of rain, some heavy, for at least 120 min", "IconCode": 18 }, "Summaries": [ { "StartMinute": 0, "EndMinute": 119, "CountMinute": 120, "MinuteText": "Periods of rain, some heavy, for at least %minute_value min", "WidgetPhrase": "Rain continuing", "ShortPhrase": "Rain for at least %minute_value min", "IconCode": 18 } ], "Intervals": [ { "StartDateTime": "2016-01-06T06:28:00-08:00", "StartEpochDateTime": 1452090480000, "Minute": 0, "Dbz": 29.5, "ShortPhrase": "Light Rain", "Threshold": "LIGHT", "Color": { "Red": 8, "Green": 75, "Blue": 6, "Hex": "#084b06" }, "SimplifiedColor": { "Red": 35, "Green": 190, "Blue": 39, "Hex": "#23BE27" }, "PrecipitationType": "rain", "IconCode": 12, "CloudCover": 100 } ], "MobileLink": "https://m.accuweather.com/en/us/peters-ca/95236/minute-weather-forecast/2142714?lat=38&lon=-121", "Link": "https://www.accuweather.com/en/us/peters-ca/95236/minute-weather-forecast/2142714?lat=38&lon=-121" }
MinuteCast™ premium five-minute forecasts by latitude, longitude
Codehttps://{baseUrl}/forecasts/{version}/minute/5minute.{format}?q={latitude, longitude}&apikey={your key}&details={true or false}&language={language code}
Example
Codehttps://api.accuweather.com/forecasts/v1/minute/5minute?q=47,-122&apikey={your key}&details=true&language=it
Returns the same structure as one-minute forecasts, with intervals every 5 minutes.
MinuteCast™ premium 15-minute forecasts by latitude, longitude
Codehttps://{baseUrl}/forecasts/{version}/minute/15minute.{format}?q={latitude, longitude}&apikey={your key}&details={true or false}&language={language code}
Example
Codehttps://api.accuweather.com/forecasts/v1/minute/15minute?q=40,-73&apikey={your key}
Returns the same structure as one-minute forecasts, with intervals every 15 minutes. When details=false, the Intervals do not include Color, SimplifiedColor, Threshold, or CloudCover.
MinuteCast™ premium full spectrum of colors
Codehttps://{baseUrl}/forecasts/{version}/minute/colors.{format}?apikey={your key}&language={language code}
Example
Codehttps://api.accuweather.com/forecasts/v1/minute/colors?apikey={your key}
Code[ { "Type": "rain", "Dbz": -32, "Red": 89, "Green": 232, "Blue": 84, "Hex": "#59e854" } ]
MinuteCast™ premium truncated spectrum of colors
Codehttps://{baseUrl}/forecasts/{version}/minute/colors/simple.{format}?apikey={your key}&language={language code}
Example
Codehttps://api.accuweather.com/forecasts/v1/minute/colors/simple?apikey={your key}
Code[ { "Type": "RAIN", "Threshold": "LIGHT", "StartDbz": 0, "EndDbz": 30, "Red": 35, "Green": 190, "Blue": 39, "Hex": "#23BE27" }, { "Type": "RAIN", "Threshold": "LIGHT-MODERATE", "StartDbz": 30, "EndDbz": 40, "Red": 238, "Green": 212, "Blue": 7, "Hex": "#EED407" }, { "Type": "RAIN", "Threshold": "MODERATE", "StartDbz": 40, "EndDbz": 51, "Red": 251, "Green": 94, "Blue": 19, "Hex": "#FB5E13" }, { "Type": "RAIN", "Threshold": "HEAVY", "StartDbz": 51, "EndDbz": 95, "Red": 235, "Green": 0, "Blue": 0, "Hex": "#EB0000" } ]
Additional types include SNOW, ICE, and MIX, each with LIGHT, LIGHT-MODERATE, MODERATE, and HEAVY thresholds.
One hour of hourly forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/hourly/1hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Examples
Basic request:
Codehttps://api.accuweather.com/forecasts/v1/hourly/1hour/349084?apikey={your key}
Code[ { "DateTime": "2020-02-12T11:00:00-06:00", "EpochDateTime": 1581526800, "WeatherIcon": 25, "IconPhrase": "Sleet", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Moderate", "IsDaylight": true, "Temperature": { "Value": 37, "Unit": "F", "UnitType": 18 }, "PrecipitationProbability": 73, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=11&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=11&lang=en-us" } ]
Detailed request in Spanish:
Pass details=true to receive an expanded set of fields including RealFeelTemperature, RealFeelTemperatureShade, WetBulbTemperature, WetBulbGlobeTemperature, DewPoint, Wind, WindGust, RelativeHumidity, IndoorRelativeHumidity, Visibility, Ceiling, UVIndex/UVIndexFloat/UVIndexText, precipitation probabilities, precipitation breakdowns, CloudCover, Evapotranspiration, SolarIrradiance, and AccuLumenBrightnessIndex.
Codehttps://api.accuweather.com/forecasts/v1/hourly/1hour/349084?apikey={your key}&details=true&language=es
Code[ { "DateTime": "2025-09-24T11:00:00-05:00", "EpochDateTime": 1758729600, "WeatherIcon": 7, "IconPhrase": "Nublado", "HasPrecipitation": false, "IsDaylight": true, "Temperature": { "Value": 71.0, "Unit": "F", "UnitType": 18 }, "RealFeelTemperature": { "Value": 72.0, "Unit": "F", "UnitType": 18, "Phrase": "Agradable" }, "RealFeelTemperatureShade": { "Value": 70.0, "Unit": "F", "UnitType": 18, "Phrase": "Agradable" }, "WetBulbTemperature": { "Value": 68.0, "Unit": "F", "UnitType": 18 }, "WetBulbGlobeTemperature": { "Value": 69.0, "Unit": "F", "UnitType": 18 }, "DewPoint": { "Value": 66.0, "Unit": "F", "UnitType": 18 }, "Wind": { "Speed": { "Value": 8.1, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 28, "Localized": "NNE", "English": "NNE" } }, "WindGust": { "Speed": { "Value": 9.2, "Unit": "mi/h", "UnitType": 9 } }, "RelativeHumidity": 83, "IndoorRelativeHumidity": 83, "Visibility": { "Value": 10.0, "Unit": "mi", "UnitType": 2 }, "Ceiling": { "Value": 1400.0, "Unit": "ft", "UnitType": 0 }, "UVIndex": 1, "UVIndexFloat": 1.0, "UVIndexText": "Bajo", "PrecipitationProbability": 49, "ThunderstormProbability": 14, "RainProbability": 49, "SnowProbability": 0, "IceProbability": 0, "TotalLiquid": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Rain": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Snow": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Ice": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "CloudCover": 95, "Evapotranspiration": { "Value": 0.01, "Unit": "in", "UnitType": 1 }, "SolarIrradiance": { "Value": 146.2, "Unit": "W/m²", "UnitType": 33 }, "AccuLumenBrightnessIndex": 1.0, "MobileLink": "http://www.accuweather.com/es/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=11", "Link": "http://www.accuweather.com/es/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=11" } ]
12 hours of hourly forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/hourly/12hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/hourly/12hour/349084?apikey={your key}
Code[ { "DateTime": "2020-02-12T13:00:00-06:00", "EpochDateTime": 1581534000, "WeatherIcon": 18, "IconPhrase": "Rain", "HasPrecipitation": true, "PrecipitationType": "Rain", "PrecipitationIntensity": "Moderate", "IsDaylight": true, "Temperature": { "Value": 36, "Unit": "F", "UnitType": 18 }, "PrecipitationProbability": 73, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=13&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=13&lang=en-us" }, ... ]
24 hours of hourly forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/hourly/24hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/hourly/24hour/349084?apikey={your key}
Code[ { "DateTime": "2020-02-12T13:00:00-06:00", "EpochDateTime": 1581534000, "WeatherIcon": 18, "IconPhrase": "Rain", "HasPrecipitation": true, "PrecipitationType": "Rain", "PrecipitationIntensity": "Moderate", "IsDaylight": true, "Temperature": { "Value": 36, "Unit": "F", "UnitType": 18 }, "PrecipitationProbability": 73, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=13&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=13&lang=en-us" }, ... ]
72 hours of hourly forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/hourly/72hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/hourly/72hour/349084?apikey={your key}
Code[ { "DateTime": "2020-02-12T13:00:00-06:00", "EpochDateTime": 1581534000, "WeatherIcon": 18, "IconPhrase": "Rain", "HasPrecipitation": true, "PrecipitationType": "Rain", "PrecipitationIntensity": "Moderate", "IsDaylight": true, "Temperature": { "Value": 36, "Unit": "F", "UnitType": 18 }, "PrecipitationProbability": 73, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=13&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=13&lang=en-us" }, ... ]
120 hours of hourly forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/hourly/120hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/hourly/120hour/349084?apikey={your key}
Code[ { "DateTime": "2020-02-12T13:00:00-06:00", "EpochDateTime": 1581534000, "WeatherIcon": 18, "IconPhrase": "Rain", "HasPrecipitation": true, "PrecipitationType": "Rain", "PrecipitationIntensity": "Moderate", "IsDaylight": true, "Temperature": { "Value": 36, "Unit": "F", "UnitType": 18 }, "PrecipitationProbability": 74, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=13&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=13&lang=en-us" }, ... ]
240 hours of hourly forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/hourly/240hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/hourly/240hour/349084?apikey={your key}
Code[ { "DateTime": "2020-02-12T14:00:00-06:00", "EpochDateTime": 1581537600, "WeatherIcon": 18, "IconPhrase": "Rain", "HasPrecipitation": true, "PrecipitationType": "Rain", "PrecipitationIntensity": "Moderate", "IsDaylight": true, "Temperature": { "Value": 36, "Unit": "F", "UnitType": 18 }, "PrecipitationProbability": 72, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=14&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/hourly-weather-forecast/349084?day=1&hbhhour=14&lang=en-us" }, ... ]
1 day of daily forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/daily/1day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/daily/1day/335315?apikey={your key}
Code{ "Headline": { "EffectiveDate": "2020-02-12T13:00:00-06:00", "EffectiveEpochDate": 1581534000, "Severity": 3, "Text": "Rain this afternoon; watch for a rapid freezeup", "Category": "rain", "EndDate": "2020-02-12T19:00:00-06:00", "EndEpochDate": 1581555600, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/extended-weather-forecast/349084?lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?lang=en-us" }, "DailyForecasts": [ { "Date": "2020-02-12T07:00:00-06:00", "EpochDate": 1581512400, "Temperature": { "Minimum": { "Value": 20, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 37, "Unit": "F", "UnitType": 18 } }, "Day": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Moderate" }, "Night": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Light" }, "Sources": ["AccuWeather"], "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us" } ] }
Example with details=true
Pass details=true to unlock an expanded set of fields including Sun, Moon, HoursOfSun, DegreeDaySummary, AirAndPollen, Wind, WindGust, RelativeHumidity, WetBulbTemperature, WetBulbGlobeTemperature, UVIndexFloat, CloudCover, precipitation breakdowns, probabilities, and more.
Codehttps://api.accuweather.com/forecasts/v1/daily/1day/335315?apikey={your key}&details=true&language=es
Code{ "Headline": { "EffectiveDate": "2025-09-25T14:00:00-04:00", "EffectiveEpochDate": 1758823200, "Severity": 3, "Text": "Lluvia y tormentas eléctricas esta tarde", "Category": "thunderstorm", "EndDate": "2025-09-25T20:00:00-04:00", "EndEpochDate": 1758844800, "MobileLink": "http://www.accuweather.com/es/us/state-college-pa/16801/daily-weather-forecast/335315", "Link": "http://www.accuweather.com/es/us/state-college-pa/16801/daily-weather-forecast/335315" }, "DailyForecasts": [ { "Date": "2025-09-25T07:00:00-04:00", "EpochDate": 1758798000, "Sun": { "Rise": "2025-09-25T07:02:00-04:00", "EpochRise": 1758798120, "Set": "2025-09-25T19:04:00-04:00", "EpochSet": 1758841440 }, "Moon": { "Rise": "2025-09-25T10:52:00-04:00", "EpochRise": 1758811920, "Set": "2025-09-25T20:31:00-04:00", "EpochSet": 1758846660, "Phase": "WaxingCrescent", "Age": 4 }, "Temperature": { "Minimum": { "Value": 60.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 69.0, "Unit": "F", "UnitType": 18 } }, "RealFeelTemperature": { "Minimum": { "Value": 60.0, "Unit": "F", "UnitType": 18, "Phrase": "Fresco" }, "Maximum": { "Value": 71.0, "Unit": "F", "UnitType": 18, "Phrase": "Agradable" } }, "RealFeelTemperatureShade": { "Minimum": { "Value": 60.0, "Unit": "F", "UnitType": 18, "Phrase": "Fresco" }, "Maximum": { "Value": 71.0, "Unit": "F", "UnitType": 18, "Phrase": "Agradable" } }, "HoursOfSun": 1.3, "DegreeDaySummary": { "Heating": { "Value": 0.0, "Unit": "F", "UnitType": 18 }, "Cooling": { "Value": 0.0, "Unit": "F", "UnitType": 18 } }, "AirAndPollen": [ { "Name": "AirQuality", "Value": 41, "Category": "Bueno", "CategoryValue": 1, "Type": "Dióxido de nitrógeno" }, { "Name": "Grass", "Value": 2, "Category": "Bueno", "CategoryValue": 1 }, { "Name": "Mold", "Value": 9750, "Category": "Moderado", "CategoryValue": 2 }, { "Name": "Ragweed", "Value": 5, "Category": "Bueno", "CategoryValue": 1 }, { "Name": "Tree", "Value": 0, "Category": "Bueno", "CategoryValue": 1 }, { "Name": "UVIndex", "Value": 1, "Category": "Bueno", "CategoryValue": 1 } ], "Day": { "Icon": 18, "IconPhrase": "Lluvia", "HasPrecipitation": true, "PrecipitationType": "Rain", "PrecipitationIntensity": "Moderate", "ShortPhrase": "Lluvia y una tormenta", "LongPhrase": "Lluvia y una tormenta; húmedo en la mañana", "PrecipitationProbability": 99, "ThunderstormProbability": 40, "RainProbability": 99, "SnowProbability": 0, "IceProbability": 0, "Wind": { "Speed": { "Value": 3.5, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 173, "Localized": "S", "English": "S" } }, "WindGust": { "Speed": { "Value": 8.1, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 161, "Localized": "SSE", "English": "SSE" } }, "TotalLiquid": { "Value": 0.76, "Unit": "in", "UnitType": 1 }, "Rain": { "Value": 0.76, "Unit": "in", "UnitType": 1 }, "Snow": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Ice": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "HoursOfPrecipitation": 8.5, "HoursOfRain": 8.5, "HoursOfSnow": 0.0, "HoursOfIce": 0.0, "CloudCover": 96, "Evapotranspiration": { "Value": 0.05, "Unit": "in", "UnitType": 1 }, "SolarIrradiance": { "Value": 669.7, "Unit": "W/m²", "UnitType": 33 }, "RelativeHumidity": { "Minimum": 91, "Maximum": 100, "Average": 96 }, "WetBulbTemperature": { "Minimum": { "Value": 67.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 68.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 68.0, "Unit": "F", "UnitType": 18 } }, "WetBulbGlobeTemperature": { "Minimum": { "Value": 67.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 69.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 68.0, "Unit": "F", "UnitType": 18 } }, "UVIndexFloat": { "Minimum": 0.0, "Maximum": 0.9 } }, "Night": { "Icon": 7, "IconPhrase": "Nublado", "HasPrecipitation": true, "PrecipitationType": "Rain", "PrecipitationIntensity": "Light", "ShortPhrase": "Chubascos", "LongPhrase": "Cubierto, con algunos chubascos breves al anochecer seguido de parches de niebla más tarde", "PrecipitationProbability": 49, "ThunderstormProbability": 10, "RainProbability": 49, "SnowProbability": 0, "IceProbability": 0, "Wind": { "Speed": { "Value": 4.6, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 263, "Localized": "O", "English": "W" } }, "WindGust": { "Speed": { "Value": 11.5, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 259, "Localized": "O", "English": "W" } }, "TotalLiquid": { "Value": 0.01, "Unit": "in", "UnitType": 1 }, "Rain": { "Value": 0.01, "Unit": "in", "UnitType": 1 }, "Snow": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Ice": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "HoursOfPrecipitation": 0.5, "HoursOfRain": 0.5, "HoursOfSnow": 0.0, "HoursOfIce": 0.0, "CloudCover": 95, "Evapotranspiration": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "SolarIrradiance": { "Value": 0.0, "Unit": "W/m²", "UnitType": 33 }, "RelativeHumidity": { "Minimum": 90, "Maximum": 98, "Average": 95 }, "WetBulbTemperature": { "Minimum": { "Value": 61.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 65.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 62.0, "Unit": "F", "UnitType": 18 } }, "WetBulbGlobeTemperature": { "Minimum": { "Value": 61.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 66.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 63.0, "Unit": "F", "UnitType": 18 } }, "UVIndexFloat": { "Minimum": 0.0, "Maximum": 0.0 } }, "Sources": ["AccuWeather"], "MobileLink": "http://www.accuweather.com/es/us/state-college-pa/16801/daily-weather-forecast/335315?day=1", "Link": "http://www.accuweather.com/es/us/state-college-pa/16801/daily-weather-forecast/335315?day=1" } ] }
5 days of daily forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/daily/5day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/daily/5day/335315?apikey={your key}
Code{ "Headline": { "EffectiveDate": "2020-02-12T13:00:00-06:00", "EffectiveEpochDate": 1581534000, "Severity": 3, "Text": "Rain this afternoon; watch for a rapid freezeup", "Category": "rain", "EndDate": "2020-02-12T19:00:00-06:00", "EndEpochDate": 1581555600, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/extended-weather-forecast/349084?lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?lang=en-us" }, "DailyForecasts": [ { "Date": "2020-02-12T07:00:00-06:00", "EpochDate": 1581512400, "Temperature": { "Minimum": { "Value": 20, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 37, "Unit": "F", "UnitType": 18 } }, "Day": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Moderate" }, "Night": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Light" }, "Sources": ["AccuWeather"], "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us" }, ... ] }
10 days of daily forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/daily/10day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/daily/10day/335315?apikey={your key}
Code{ "Headline": { "EffectiveDate": "2020-02-12T13:00:00-06:00", "EffectiveEpochDate": 1581534000, "Severity": 3, "Text": "Rain this afternoon; watch for a rapid freezeup", "Category": "rain", "EndDate": "2020-02-12T19:00:00-06:00", "EndEpochDate": 1581555600, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/extended-weather-forecast/349084?lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?lang=en-us" }, "DailyForecasts": [ { "Date": "2020-02-12T07:00:00-06:00", "EpochDate": 1581512400, "Temperature": { "Minimum": { "Value": 20, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 37, "Unit": "F", "UnitType": 18 } }, "Day": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Moderate" }, "Night": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Light" }, "Sources": ["AccuWeather"], "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us" }, ... ] }
15 days of daily forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/daily/15day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/daily/15day/335315?apikey={your key}
Code{ "Headline": { "EffectiveDate": "2020-02-12T13:00:00-06:00", "EffectiveEpochDate": 1581534000, "Severity": 3, "Text": "Rain this afternoon; watch for a rapid freezeup", "Category": "rain", "EndDate": "2020-02-12T19:00:00-06:00", "EndEpochDate": 1581555600, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/extended-weather-forecast/349084?lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?lang=en-us" }, "DailyForecasts": [ { "Date": "2020-02-12T07:00:00-06:00", "EpochDate": 1581512400, "Temperature": { "Minimum": { "Value": 20, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 37, "Unit": "F", "UnitType": 18 } }, "Day": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Moderate" }, "Night": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Light" }, "Sources": ["AccuWeather"], "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us" }, ... ] }
25 days of daily forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/daily/25day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/daily/25day/335315?apikey={your key}
Code{ "Headline": { "EffectiveDate": "2020-02-12T13:00:00-06:00", "EffectiveEpochDate": 1581534000, "Severity": 3, "Text": "Rain this afternoon; watch for a rapid freezeup", "Category": "rain", "EndDate": "2020-02-12T19:00:00-06:00", "EndEpochDate": 1581555600, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/extended-weather-forecast/349084?lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?lang=en-us" }, "DailyForecasts": [ { "Date": "2020-02-12T07:00:00-06:00", "EpochDate": 1581512400, "Temperature": { "Minimum": { "Value": 20, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 37, "Unit": "F", "UnitType": 18 } }, "Day": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Moderate" }, "Night": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Light" }, "Sources": ["AccuWeather"], "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us" }, ... ] }
45 days of daily forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/daily/45day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/daily/45day/335315?apikey={your key}
Code{ "Headline": { "EffectiveDate": "2020-02-12T13:00:00-06:00", "EffectiveEpochDate": 1581534000, "Severity": 3, "Text": "Rain this afternoon; watch for a rapid freezeup", "Category": "rain", "EndDate": "2020-02-12T19:00:00-06:00", "EndEpochDate": 1581555600, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/extended-weather-forecast/349084?lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?lang=en-us" }, "DailyForecasts": [ { "Date": "2020-02-12T07:00:00-06:00", "EpochDate": 1581512400, "Temperature": { "Minimum": { "Value": 20, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 37, "Unit": "F", "UnitType": 18 } }, "Day": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Moderate" }, "Night": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Light" }, "Sources": ["AccuWeather"], "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us" }, ... ] }
90 days of daily forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/daily/90day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/daily/90day/335315?apikey={your key}
Code{ "Headline": { "EffectiveDate": "2020-02-12T13:00:00-06:00", "EffectiveEpochDate": 1581534000, "Severity": 3, "Text": "Rain this afternoon; watch for a rapid freezeup", "Category": "rain", "EndDate": "2020-02-12T19:00:00-06:00", "EndEpochDate": 1581555600, "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/extended-weather-forecast/349084?lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?lang=en-us" }, "DailyForecasts": [ { "Date": "2020-02-12T07:00:00-06:00", "EpochDate": 1581512400, "Temperature": { "Minimum": { "Value": 20, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 37, "Unit": "F", "UnitType": 18 } }, "Day": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Moderate" }, "Night": { "Icon": 29, "IconPhrase": "Rain and snow", "HasPrecipitation": true, "PrecipitationType": "Mixed", "PrecipitationIntensity": "Light" }, "Sources": ["AccuWeather"], "MobileLink": "https://m.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/daily-weather-forecast/349084?day=1&lang=en-us" }, ... ] }
1 day of quarter-day forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/daily/1day/quarters/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/daily/1day/quarters/335315?apikey={your key}
Code[ { "Date": "2023-11-27T00:00:00", "EffectiveDate": "2023-11-27T07:00:00-06:00", "Quarter": 0, "Icon": 1, "IconPhrase": "Sunny", "Phrase": "Sunny and cool", "Temperature": { "Minimum": { "Value": 28.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 43.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 36.0, "Unit": "F", "UnitType": 18 } }, "RealFeelTemperature": { "Minimum": { "Value": 15.0, "Unit": "F", "UnitType": 18, "Phrase": "Very Cold" }, "Maximum": { "Value": 38.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" }, "Average": { "Value": 27.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" } }, "RealFeelTemperatureShade": { "Minimum": { "Value": 15.0, "Unit": "F", "UnitType": 18, "Phrase": "Very Cold" }, "Maximum": { "Value": 34.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" }, "Average": { "Value": 25.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" } }, "DewPoint": { "Value": 21.0, "Unit": "F", "UnitType": 18 }, "RelativeHumidity": 54, "Wind": { "Speed": { "Value": 10.4, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 284, "Localized": "WNW", "English": "WNW" } }, "WindGust": { "Speed": { "Value": 19.6, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 252, "Localized": "WSW", "English": "WSW" } }, "Visibility": { "Value": 10.0, "Unit": "mi", "UnitType": 2 }, "CloudCover": 0, "HasPrecipitation": false, "PrecipitationProbability": 0, "ThunderstormProbability": 0, "TotalLiquid": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Rain": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Snow": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Ice": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Evapotranspiration": { "Value": 0.03, "Unit": "in", "UnitType": 1 }, "SolarIrradiance": { "Value": 1960.0, "Unit": "W/m\u00b2", "UnitType": 33 }, "WetBulbTemperature": { "Minimum": { "Value": 26.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 35.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 31.0, "Unit": "F", "UnitType": 18 } }, "WetBulbGlobeTemperature": { "Minimum": { "Value": 28.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 43.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 36.0, "Unit": "F", "UnitType": 18 } }, "MobileLink": "https://www.accuweather.com/en/us/st-louis-mo/63102/morning-weather-forecast/349084?day=1&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/morning-weather-forecast/349084?day=1&lang=en-us" }, ... ]
5 days of quarter-day forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/daily/5day/quarters/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/daily/5day/quarters/335315?apikey={your key}
Code[ { "Date": "2023-11-27T00:00:00", "EffectiveDate": "2023-11-27T07:00:00-06:00", "Quarter": 0, "Icon": 1, "IconPhrase": "Sunny", "Phrase": "Sunny and cool", "Temperature": { "Minimum": { "Value": 28.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 43.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 36.0, "Unit": "F", "UnitType": 18 } }, "RealFeelTemperature": { "Minimum": { "Value": 15.0, "Unit": "F", "UnitType": 18, "Phrase": "Very Cold" }, "Maximum": { "Value": 38.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" }, "Average": { "Value": 27.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" } }, "RealFeelTemperatureShade": { "Minimum": { "Value": 15.0, "Unit": "F", "UnitType": 18, "Phrase": "Very Cold" }, "Maximum": { "Value": 34.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" }, "Average": { "Value": 25.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" } }, "DewPoint": { "Value": 21.0, "Unit": "F", "UnitType": 18 }, "RelativeHumidity": 54, "Wind": { "Speed": { "Value": 10.4, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 284, "Localized": "WNW", "English": "WNW" } }, "WindGust": { "Speed": { "Value": 19.6, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 252, "Localized": "WSW", "English": "WSW" } }, "Visibility": { "Value": 10.0, "Unit": "mi", "UnitType": 2 }, "CloudCover": 0, "HasPrecipitation": false, "PrecipitationProbability": 0, "ThunderstormProbability": 0, "TotalLiquid": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Rain": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Snow": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Ice": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Evapotranspiration": { "Value": 0.03, "Unit": "in", "UnitType": 1 }, "SolarIrradiance": { "Value": 1960.0, "Unit": "W/m\u00b2", "UnitType": 33 }, "WetBulbTemperature": { "Minimum": { "Value": 26.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 35.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 31.0, "Unit": "F", "UnitType": 18 } }, "WetBulbGlobeTemperature": { "Minimum": { "Value": 28.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 43.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 36.0, "Unit": "F", "UnitType": 18 } }, "MobileLink": "https://www.accuweather.com/en/us/st-louis-mo/63102/morning-weather-forecast/349084?day=1&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/morning-weather-forecast/349084?day=1&lang=en-us" }, ... ]
10 days of quarter-day forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/daily/10day/quarters/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/daily/10day/quarters/335315?apikey={your key}
Code[ { "Date": "2023-11-27T00:00:00", "EffectiveDate": "2023-11-27T07:00:00-06:00", "Quarter": 0, "Icon": 1, "IconPhrase": "Sunny", "Phrase": "Sunny and cool", "Temperature": { "Minimum": { "Value": 28.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 43.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 36.0, "Unit": "F", "UnitType": 18 } }, "RealFeelTemperature": { "Minimum": { "Value": 15.0, "Unit": "F", "UnitType": 18, "Phrase": "Very Cold" }, "Maximum": { "Value": 38.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" }, "Average": { "Value": 27.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" } }, "RealFeelTemperatureShade": { "Minimum": { "Value": 15.0, "Unit": "F", "UnitType": 18, "Phrase": "Very Cold" }, "Maximum": { "Value": 34.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" }, "Average": { "Value": 25.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" } }, "DewPoint": { "Value": 21.0, "Unit": "F", "UnitType": 18 }, "RelativeHumidity": 54, "Wind": { "Speed": { "Value": 10.4, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 284, "Localized": "WNW", "English": "WNW" } }, "WindGust": { "Speed": { "Value": 19.6, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 252, "Localized": "WSW", "English": "WSW" } }, "Visibility": { "Value": 10.0, "Unit": "mi", "UnitType": 2 }, "CloudCover": 0, "HasPrecipitation": false, "PrecipitationProbability": 0, "ThunderstormProbability": 0, "TotalLiquid": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Rain": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Snow": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Ice": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Evapotranspiration": { "Value": 0.03, "Unit": "in", "UnitType": 1 }, "SolarIrradiance": { "Value": 1960.0, "Unit": "W/m\u00b2", "UnitType": 33 }, "WetBulbTemperature": { "Minimum": { "Value": 26.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 35.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 31.0, "Unit": "F", "UnitType": 18 } }, "WetBulbGlobeTemperature": { "Minimum": { "Value": 28.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 43.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 36.0, "Unit": "F", "UnitType": 18 } }, "MobileLink": "https://www.accuweather.com/en/us/st-louis-mo/63102/morning-weather-forecast/349084?day=1&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/morning-weather-forecast/349084?day=1&lang=en-us" }, ... ]
15 days of quarter-day forecasts by location key
Codehttps://{baseUrl}/forecasts/{version}/daily/15day/quarters/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
Example
Codehttps://api.accuweather.com/forecasts/v1/daily/15day/quarters/335315?apikey={your key}
Code[ { "Date": "2023-11-27T00:00:00", "EffectiveDate": "2023-11-27T07:00:00-06:00", "Quarter": 0, "Icon": 1, "IconPhrase": "Sunny", "Phrase": "Sunny and cool", "Temperature": { "Minimum": { "Value": 28.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 43.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 36.0, "Unit": "F", "UnitType": 18 } }, "RealFeelTemperature": { "Minimum": { "Value": 15.0, "Unit": "F", "UnitType": 18, "Phrase": "Very Cold" }, "Maximum": { "Value": 38.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" }, "Average": { "Value": 27.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" } }, "RealFeelTemperatureShade": { "Minimum": { "Value": 15.0, "Unit": "F", "UnitType": 18, "Phrase": "Very Cold" }, "Maximum": { "Value": 34.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" }, "Average": { "Value": 25.0, "Unit": "F", "UnitType": 18, "Phrase": "Cold" } }, "DewPoint": { "Value": 21.0, "Unit": "F", "UnitType": 18 }, "RelativeHumidity": 54, "Wind": { "Speed": { "Value": 10.4, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 284, "Localized": "WNW", "English": "WNW" } }, "WindGust": { "Speed": { "Value": 19.6, "Unit": "mi/h", "UnitType": 9 }, "Direction": { "Degrees": 252, "Localized": "WSW", "English": "WSW" } }, "Visibility": { "Value": 10.0, "Unit": "mi", "UnitType": 2 }, "CloudCover": 0, "HasPrecipitation": false, "PrecipitationProbability": 0, "ThunderstormProbability": 0, "TotalLiquid": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Rain": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Snow": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Ice": { "Value": 0.0, "Unit": "in", "UnitType": 1 }, "Evapotranspiration": { "Value": 0.03, "Unit": "in", "UnitType": 1 }, "SolarIrradiance": { "Value": 1960.0, "Unit": "W/m\u00b2", "UnitType": 33 }, "WetBulbTemperature": { "Minimum": { "Value": 26.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 35.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 31.0, "Unit": "F", "UnitType": 18 } }, "WetBulbGlobeTemperature": { "Minimum": { "Value": 28.0, "Unit": "F", "UnitType": 18 }, "Maximum": { "Value": 43.0, "Unit": "F", "UnitType": 18 }, "Average": { "Value": 36.0, "Unit": "F", "UnitType": 18 } }, "MobileLink": "https://www.accuweather.com/en/us/st-louis-mo/63102/morning-weather-forecast/349084?day=1&lang=en-us", "Link": "https://www.accuweather.com/en/us/st-louis-mo/63102/morning-weather-forecast/349084?day=1&lang=en-us" }, ... ]