---
title: WeatherMetadata
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/weathermetadata
---

# WeatherMetadata

A structure that provides additional weather information.

## Declaration

```swift
struct WeatherMetadata
```

## Overview

Overview Metadata information includes the location, date of the request, the date the data will expire, and required provider attribution.

## Topics

### Getting the properties

- [date](weatherkit/weathermetadata/date.md)
- [expirationDate](weatherkit/weathermetadata/expirationdate.md)
- [location](weatherkit/weathermetadata/location.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Requests

- [WeatherQuery](weatherkit/weatherquery.md)
- [CurrentWeather](weatherkit/currentweather.md)
- [WeatherAttribution](weatherkit/weatherattribution.md)
- [WeatherSeverity](weatherkit/weatherseverity.md)
