---
title: "Installed Power"
method: GET
path: "/installed_power"
tags: ["power"]
---

# Installed Power

`GET /installed_power`

Returns the installed power for a specified country in GW except for battery storage capacity, which is given in GWh. Monthly installation / decommission numbers are returned in MW instead of GW. "last_update" is the time of the last data update, expressed as seconds since the Unix epoch (UTC). Note: unlike all other endpoints, the entries in "time" label the reporting year or month and the values represent the installed power at the <b>end</b> of that period (or, with installation_decommission=true, the net change during the period).
    


    

<b>time_step:</b> Time step can be either "yearly" or "monthly" (only for Germany)
    <br><b>installation_decommission:</b> If true, the net installation / decommission numbers are returned instead of total installed power
    


    

Response schema:
    

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

## Query parameters

- `country` string
- `time_step` string
- `installation_decommission` boolean

## Response `200`

Successful Response

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