---
title: WeatherAttribution
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/weatherattribution
---

# WeatherAttribution

A structure that  defines the necessary information for attributing a weather data provider.

## Declaration

```swift
struct WeatherAttribution
```

## Overview

Overview Attribution is required for publishing software using WeatherKit.

## Topics

### Getting the properties

- [combinedMarkDarkURL](weatherkit/weatherattribution/combinedmarkdarkurl.md)
- [combinedMarkLightURL](weatherkit/weatherattribution/combinedmarklighturl.md)
- [legalPageURL](weatherkit/weatherattribution/legalpageurl.md)
- [serviceName](weatherkit/weatherattribution/servicename.md)
- [squareMarkURL](weatherkit/weatherattribution/squaremarkurl.md)

### Instance Properties

- [legalAttributionText](weatherkit/weatherattribution/legalattributiontext.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)
- [WeatherMetadata](weatherkit/weathermetadata.md)
- [WeatherSeverity](weatherkit/weatherseverity.md)
