<!--
{
  "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/WeatherAvailability",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit0A12AvailabilityV"
  },
  "title" : "WeatherAvailability"
}
-->

# WeatherAvailability

A structure that indicates the availability of data at the requested location.

```
struct WeatherAvailability
```

## Overview

`WeatherAvailability` represents the availability of data at the requested location.
Weather alerts, or minute forecast data may be temporarily unavailable from
the data provider, or unsupported in some regions. Other data sets are expected
to be supported for all geographic locations, for example, current weather,
and therefore are not included in `WeatherAvailability`.

## Topics

### Getting the properties

[`alertAvailability`](/documentation/WeatherKit/WeatherAvailability/alertAvailability)

The weather alerts availability.

[`minuteAvailability`](/documentation/WeatherKit/WeatherAvailability/minuteAvailability)

The minute forecast availability.

[`AvailabilityKind`](/documentation/WeatherKit/WeatherAvailability/AvailabilityKind)

The availability kind.

## Relationships

### Conforms To

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

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

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

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

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

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

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

---

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)