---
title: "Statistics for all sites"
method: GET
path: "/v1/sites/stats"
tags: ["Sites"]
---

# Statistics for all sites

`GET /v1/sites/stats`

Retrieves statistical data across all sites

## Response `200`

Statistics retrieved successfully

- SiteStats[]
  - `siteId` string — Site identifier
  - `siteName` string — Site name
  - `totalConsumption` number — Total energy consumption in kWh
  - `totalCost` number — Total energy cost in GBP
  - `totalEmissions` number — Total carbon emissions in kg CO2e
  - `meterCount` integer — Number of meters at the site
  - `period` string — Reporting period

## Other responses

- `4XX` — Client error response

---

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