---
title: "Energy intensity for all sites"
method: GET
path: "/v1/sites/energyIntensity"
tags: ["Sites"]
---

# Energy intensity for all sites

`GET /v1/sites/energyIntensity`

Retrieves energy intensity metrics across all sites

## Response `200`

Energy intensity data retrieved successfully

- EnergyIntensity[]
  - `siteId` string — Site identifier
  - `intensity` number — Energy intensity in kWh/m²
  - `period` string — Reporting period
  - `benchmark` number — Industry benchmark value
  - `rating` string — Performance rating

## Other responses

- `4XX` — Client error response

## Changes

> 13 revisions in range; 1 could not be searched.

- **2025-12-02** `341d0d8f51f9` — 1 breaking, 5 info
  - the `items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `items/benchmark` to the response with the `200` status
  - added the optional property `items/intensity` to the response with the `200` status
  - added the optional property `items/period` to the response with the `200` status
  - …2 more
- **2025-11-17** `1ecbbc9bbafb` — 1 breaking, 5 warning
  - the `items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `items/benchmark` from the response with the `200` status
  - removed the optional property `items/intensity` from the response with the `200` status
  - removed the optional property `items/period` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/voltview/apis/voltview-api/changes/v1/sites/energyIntensity/get.md)

---

[API](https://skmtc.dev/voltview/apis/voltview-api.md) · [All operations](https://skmtc.dev/voltview/apis/voltview-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voltview/voltview-api/revisions/d90c739b55df/schema)
