# 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](/developers/forecasts/parameters).

:::note{title="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](#minutecast-forecasts-by-latitude-longitude)                           | Minute-by-minute precipitation summaries for 120 minutes |
| [MinuteCast™ premium 1-minute](#minutecast-premium-one-minute-forecasts-by-latitude-longitude)  | Premium 1-minute interval forecasts                      |
| [MinuteCast™ premium 5-minute](#minutecast-premium-five-minute-forecasts-by-latitude-longitude) | Premium 5-minute interval forecasts                      |
| [MinuteCast™ premium 15-minute](#minutecast-premium-15-minute-forecasts-by-latitude-longitude)  | Premium 15-minute interval forecasts                     |
| [MinuteCast™ premium full colors](#minutecast-premium-full-spectrum-of-colors)                  | Full precipitation color spectrum                        |
| [MinuteCast™ premium truncated colors](#minutecast-premium-truncated-spectrum-of-colors)        | Truncated precipitation color spectrum                   |

### Hourly Forecasts

| Endpoint                                                    | Description                |
| ----------------------------------------------------------- | -------------------------- |
| [1 hour](#one-hour-of-hourly-forecasts-by-location-key)     | 1-hour forecast            |
| [12 hours](#12-hours-of-hourly-forecasts-by-location-key)   | 12-hour forecast           |
| [24 hours](#24-hours-of-hourly-forecasts-by-location-key)   | 24-hour forecast           |
| [72 hours](#72-hours-of-hourly-forecasts-by-location-key)   | 72-hour forecast           |
| [120 hours](#120-hours-of-hourly-forecasts-by-location-key) | 120-hour (5-day) forecast  |
| [240 hours](#240-hours-of-hourly-forecasts-by-location-key) | 240-hour (10-day) forecast |

### Daily Forecasts

| Endpoint                                               | Description     |
| ------------------------------------------------------ | --------------- |
| [1 day](#1-day-of-daily-forecasts-by-location-key)     | 1-day forecast  |
| [5 days](#5-days-of-daily-forecasts-by-location-key)   | 5-day forecast  |
| [10 days](#10-days-of-daily-forecasts-by-location-key) | 10-day forecast |
| [15 days](#15-days-of-daily-forecasts-by-location-key) | 15-day forecast |
| [25 days](#25-days-of-daily-forecasts-by-location-key) | 25-day forecast |
| [45 days](#45-days-of-daily-forecasts-by-location-key) | 45-day forecast |
| [90 days](#90-days-of-daily-forecasts-by-location-key) | 90-day forecast |

### Quarter-day forecasts

| Endpoint                                                     | Description                 |
| ------------------------------------------------------------ | --------------------------- |
| [1 day](#1-day-of-quarter-day-forecasts-by-location-key)     | 1-day quarter-day forecast  |
| [5 days](#5-days-of-quarter-day-forecasts-by-location-key)   | 5-day quarter-day forecast  |
| [10 days](#10-days-of-quarter-day-forecasts-by-location-key) | 10-day quarter-day forecast |
| [15 days](#15-days-of-quarter-day-forecasts-by-location-key) | 15-day quarter-day forecast |

---

## MinuteCast™ forecasts by latitude, longitude

```
https://{baseUrl}/forecasts/{version}/minute.{format}?apikey={your key}&q={latitude, longitude}&language={language code}
```

### Example

```
https://api.accuweather.com/forecasts/v1/minute.json?q=46.6,-120.5&apikey={your key}
```

```json
{
  "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

```
https://{baseUrl}/forecasts/{version}/minute/1minute.{format}?q={latitude, longitude}&apikey={your key}&details={true or false}&language={language code}
```

### Example

```
https://api.accuweather.com/forecasts/v1/minute/1minute?q=40,-85&apikey={your key}&details=true
```

```json
{
  "Summary": {
    "Phrase": "A break in the rain in 3 min",
    "Phrase_60": "A break in the rain in 3 min",
    "WidgetPhrase": "Rain ending soon",
    "ShortPhrase": "Rain for 3 min",
    "BriefPhrase": "A break in the rain in 3 min",
    "LongPhrase": "A break in the rain in 3 min",
    "IconCode": 12
  },
  "Summaries": [
    {
      "StartMinute": 0,
      "EndMinute": 2,
      "CountMinute": 3,
      "MinuteText": "A break in the rain in %minute_value min",
      "MinutesText": "A break in the rain in %minute_value min",
      "WidgetPhrase": "Rain ending soon",
      "ShortPhrase": "Rain for %minute_value min",
      "BriefPhrase": "A break in the rain in %minute_value min",
      "LongPhrase": "A break in the rain in %minute_value min",
      "IconCode": 12
    },
    {
      "StartMinute": 3,
      "EndMinute": 46,
      "CountMinute": 44,
      "MinuteText": "Rain starting in %minute_value min",
      "MinutesText": "Rain starting in %minute_value min",
      "WidgetPhrase": "Rain soon",
      "ShortPhrase": "Rain starting in %minute_value min",
      "BriefPhrase": "Rain starting in %minute_value min",
      "LongPhrase": "Rain starting in %minute_value min",
      "IconCode": 12
    },
    {
      "StartMinute": 47,
      "EndMinute": 51,
      "CountMinute": 5,
      "MinuteText": "Rain ending in %minute_value min",
      "MinutesText": "Rain ending in %minute_value min",
      "WidgetPhrase": "Rain ending soon",
      "ShortPhrase": "Rain ending in %minute_value min",
      "BriefPhrase": "Rain ending in %minute_value min",
      "LongPhrase": "Rain ending in %minute_value min",
      "IconCode": 12
    },
    {
      "StartMinute": 52,
      "EndMinute": 119,
      "CountMinute": 68,
      "MinuteText": "No precipitation for at least %MINUTE_VALUE min",
      "MinutesText": "No precipitation for at least %MINUTE_VALUE min",
      "WidgetPhrase": "Check MinuteCast®",
      "ShortPhrase": "No precip for %MINUTE_VALUE min",
      "BriefPhrase": "No precipitation for at least %MINUTE_VALUE min",
      "LongPhrase": "No precipitation for at least %MINUTE_VALUE min",
      "IconCode": 7
    }
  ],
  "Intervals": [
    {
      "StartDateTime": "2026-05-15T14:19:00-05:00",
      "StartEpochDateTime": 1778872740000,
      "Minute": 0,
      "Dbz": 8,
      "ShortPhrase": "Light Rain",
      "Threshold": "LIGHT",
      "Color": { "Red": 128, "Green": 173, "Blue": 2, "Hex": "#80AD02" },
      "SimplifiedColor": { "Red": 147, "Green": 199, "Blue": 1, "Hex": "#93C701" },
      "PrecipitationType": "rain",
      "IconCode": 12,
      "CloudCover": 100,
      "LightningRate": 0
    },
    {
      "StartDateTime": "2026-05-15T14:20:00-05:00",
      "StartEpochDateTime": 1778872800000,
      "Minute": 1,
      "Dbz": 8,
      "ShortPhrase": "Light Rain",
      "Threshold": "LIGHT",
      "Color": { "Red": 128, "Green": 173, "Blue": 2, "Hex": "#80AD02" },
      "SimplifiedColor": { "Red": 147, "Green": 199, "Blue": 1, "Hex": "#93C701" },
      "PrecipitationType": "rain",
      "IconCode": 12,
      "CloudCover": 100,
      "LightningRate": 0
    },
    {
      "StartDateTime": "2026-05-15T14:21:00-05:00",
      "StartEpochDateTime": 1778872860000,
      "Minute": 2,
      "Dbz": 8,
      "ShortPhrase": "Light Rain",
      "Threshold": "LIGHT",
      "Color": { "Red": 128, "Green": 173, "Blue": 2, "Hex": "#80AD02" },
      "SimplifiedColor": { "Red": 147, "Green": 199, "Blue": 1, "Hex": "#93C701" },
      "PrecipitationType": "rain",
      "IconCode": 12,
      "CloudCover": 100,
      "LightningRate": 0
    },
    {
      "StartDateTime": "2026-05-15T14:22:00-05:00",
      "StartEpochDateTime": 1778872920000,
      "Minute": 3,
      "Dbz": 0,
      "ShortPhrase": "No Precipitation",
      "IconCode": 7,
      "CloudCover": 100,
      "LightningRate": 0
    },
    ...
    {
      "StartDateTime": "2026-05-15T15:06:00-05:00",
      "StartEpochDateTime": 1778875560000,
      "Minute": 47,
      "Dbz": 8,
      "ShortPhrase": "Light Rain",
      "Threshold": "LIGHT",
      "Color": { "Red": 128, "Green": 173, "Blue": 2, "Hex": "#80AD02" },
      "SimplifiedColor": { "Red": 147, "Green": 199, "Blue": 1, "Hex": "#93C701" },
      "PrecipitationType": "rain",
      "IconCode": 12,
      "CloudCover": 100,
      "LightningRate": 0
    },
    ...
    {
      "StartDateTime": "2026-05-15T16:18:00-05:00",
      "StartEpochDateTime": 1778879880000,
      "Minute": 119,
      "Dbz": 0,
      "ShortPhrase": "No Precipitation",
      "IconCode": 3,
      "CloudCover": 39,
      "LightningRate": 0
    }
  ],
  "MobileLink": "http://www.accuweather.com/en/us/muskogee-ok/74401/minute-weather-forecast/330126?lang=en-us&lat=35.7&lon=-95.3",
  "Link": "http://www.accuweather.com/en/us/muskogee-ok/74401/minute-weather-forecast/330126?lang=en-us&lat=35.7&lon=-95.3"
}
```

## MinuteCast™ premium five-minute forecasts by latitude, longitude

```
https://{baseUrl}/forecasts/{version}/minute/5minute.{format}?q={latitude, longitude}&apikey={your key}&details={true or false}&language={language code}
```

### Example

```
https://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

```
https://{baseUrl}/forecasts/{version}/minute/15minute.{format}?q={latitude, longitude}&apikey={your key}&details={true or false}&language={language code}
```

### Example

```
https://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

```
https://{baseUrl}/forecasts/{version}/minute/colors.{format}?apikey={your key}&language={language code}
```

### Example

```
https://api.accuweather.com/forecasts/v1/minute/colors?apikey={your key}
```

```json
[
  {
    "Type": "rain",
    "Dbz": -32,
    "Red": 89,
    "Green": 232,
    "Blue": 84,
    "Hex": "#59e854"
  }
]
```

## MinuteCast™ premium truncated spectrum of colors

```
https://{baseUrl}/forecasts/{version}/minute/colors/simple.{format}?apikey={your key}&language={language code}
```

### Example

```
https://api.accuweather.com/forecasts/v1/minute/colors/simple?apikey={your key}
```

```json
[
  {
    "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

```
https://{baseUrl}/forecasts/{version}/hourly/1hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Examples

**Basic request:**

```
https://api.accuweather.com/forecasts/v1/hourly/1hour/349084?apikey={your key}
```

```json
[
  {
    "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`.

```
https://api.accuweather.com/forecasts/v1/hourly/1hour/349084?apikey={your key}&details=true&language=es
```

```json
[
  {
    "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

```
https://{baseUrl}/forecasts/{version}/hourly/12hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/hourly/12hour/349084?apikey={your key}
```

```json
[
  {
    "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

```
https://{baseUrl}/forecasts/{version}/hourly/24hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/hourly/24hour/349084?apikey={your key}
```

```json
[
  {
    "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

```
https://{baseUrl}/forecasts/{version}/hourly/72hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/hourly/72hour/349084?apikey={your key}
```

```json
[
  {
    "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

```
https://{baseUrl}/forecasts/{version}/hourly/120hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/hourly/120hour/349084?apikey={your key}
```

```json
[
  {
    "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

```
https://{baseUrl}/forecasts/{version}/hourly/240hour/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/hourly/240hour/349084?apikey={your key}
```

```json
[
  {
    "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

```
https://{baseUrl}/forecasts/{version}/daily/1day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/daily/1day/335315?apikey={your key}
```

```json
{
  "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.

```
https://api.accuweather.com/forecasts/v1/daily/1day/335315?apikey={your key}&details=true&language=es
```

```json
{
  "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

```
https://{baseUrl}/forecasts/{version}/daily/5day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/daily/5day/335315?apikey={your key}
```

```json
{
  "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

```
https://{baseUrl}/forecasts/{version}/daily/10day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/daily/10day/335315?apikey={your key}
```

```json
{
  "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

```
https://{baseUrl}/forecasts/{version}/daily/15day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/daily/15day/335315?apikey={your key}
```

```json
{
  "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

```
https://{baseUrl}/forecasts/{version}/daily/25day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/daily/25day/335315?apikey={your key}
```

```json
{
  "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

```
https://{baseUrl}/forecasts/{version}/daily/45day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/daily/45day/335315?apikey={your key}
```

```json
{
  "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

```
https://{baseUrl}/forecasts/{version}/daily/90day/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/daily/90day/335315?apikey={your key}
```

```json
{
  "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

```
https://{baseUrl}/forecasts/{version}/daily/1day/quarters/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/daily/1day/quarters/335315?apikey={your key}
```

```json
[
  {
    "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

```
https://{baseUrl}/forecasts/{version}/daily/5day/quarters/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/daily/5day/quarters/335315?apikey={your key}
```

```json
[
  {
    "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

```
https://{baseUrl}/forecasts/{version}/daily/10day/quarters/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/daily/10day/quarters/335315?apikey={your key}
```

```json
[
  {
    "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

```
https://{baseUrl}/forecasts/{version}/daily/15day/quarters/{locationKey}{.format}?apikey={your key}&language={language code}&details={true or false}&metric={true or false}
```

### Example

```
https://api.accuweather.com/forecasts/v1/daily/15day/quarters/335315?apikey={your key}
```

```json
[
  {
    "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"
  },
  ...
]
```
