---
title: "Solar Share"
method: GET
path: "/solar_share"
tags: ["ren_share"]
---

# Solar Share

`GET /solar_share`

<b>Solar Share of Load</b>
    


    

Returns the solar share of load from today until prediction is currently available
    


    

Response schema:
    

```json
{
    "unix_seconds": list[int],
    "data": list[float],
    "forecast": list[float],
    "deprecated": bool
}
```

## Query parameters

- `country` string

## Response `200`

Successful Response

- ShareModel
  - `unix_seconds` integer[], nullable
  - `data` number[], nullable
  - `forecast` number[], nullable
  - `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/versions/ebf9e22a0925/schema)
