---
title: "Renewable Share Forecast"
method: GET
path: "/ren_share_forecast"
tags: ["ren_share"]
---

# Renewable Share Forecast

`GET /ren_share_forecast`

<b>Renewable share forecast</b>
    


    

Returns the renewable share of load forecast in percent from today until prediction is currently available. It also includes the forecast for solar, wind on- and offshore share of load.
    


    

If no data is available from the primary data providers, a best guess is made from historic data. This is indicated by "substitute" set to True.
    


    

Response schema:
    

```json
{
    "unix_seconds": [int],
    "ren_share": [float],
    "solar_share": [float],
    "wind_onshore_share": [float],
    "wind_offshore_share": [float],
    "substitute": bool,
    "deprecated": bool
}
```

## Query parameters

- `country` string

## Response `200`

Successful Response

- RenShareModel
  - `unix_seconds` integer[], required
  - `ren_share` number[], required
  - `solar_share` number[], nullable
  - `wind_onshore_share` number[], nullable
  - `wind_offshore_share` number[], nullable
  - `substitute` boolean, required
  - `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)
