---
title: "Wind Offshore Share Daily Avg"
method: GET
path: "/wind_offshore_share_daily_avg"
tags: ["ren_share"]
---

# Wind Offshore Share Daily Avg

`GET /wind_offshore_share_daily_avg`

<b>Average daily wind offshore share of load</b>
    


    

Returns the average daily wind offshore share of load of the last 365 days
    


    

Response schema:
    

```json

{
    "days": ["dd.mm.yyyy"],
    "data": [float],
    "deprecated": bool
}

```

## Query parameters

- `country` string
- `year` integer

## Response `200`

Successful Response

- DailyAvgDict
  - `days` string[], required — List of days in the format dd.mm.yyyy
  - `data` number[], required — List of average daily values
  - `deprecated` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/energy-charts/apis/energy-charts-api.md) · [All operations](https://skmtc.net/energy-charts/apis/energy-charts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/energy-charts/energy-charts-api/revisions/ebf9e22a0925/schema)
