<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WeatherKit",
  "identifier" : "/documentation/WeatherKit/Weather",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit0A0V"
  },
  "title" : "Weather"
}
-->

# Weather

A model representing the aggregate weather data the caller requests.

```
struct Weather
```

## Topics

### Getting the forecast

[`availability`](/documentation/WeatherKit/Weather/availability)

Flags containing information about data availability and attribution.

[`currentWeather`](/documentation/WeatherKit/Weather/currentWeather)

The current weather forecast.

[`dailyForecast`](/documentation/WeatherKit/Weather/dailyForecast)

The daily forecast.

[`hourlyForecast`](/documentation/WeatherKit/Weather/hourlyForecast)

The hourly forecast.

[`minuteForecast`](/documentation/WeatherKit/Weather/minuteForecast)

The minute-by-minute forecast.

### Getting weather alerts

[`weatherAlerts`](/documentation/WeatherKit/Weather/weatherAlerts)

A list of severe weather alerts.

## Relationships

### Conforms To

[`Encodable`](/documentation/Swift/Encodable)

[`Copyable`](/documentation/Swift/Copyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Escapable`](/documentation/Swift/Escapable)

[`Decodable`](/documentation/Swift/Decodable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)