---
title: "Total Power"
method: GET
path: "/total_power"
tags: ["power"]
---

# Total Power

`GET /total_power`

Returns the total net electricity production (including industrial self supply) in Megawatt (MW) for a given country for each production type.
    


    

Currently only available for Germany.
    


    

Response schema:
    

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

## Query parameters

- `country` string
- `start` string
- `end` string

## Response `200`

Successful Response

- ProductionModel
  - `unix_seconds` integer[], nullable
  - `production_types` NamedData[], nullable
    - `name` string, required
    - `data` number[], 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)
