---
title: "Statistics for a specific site"
method: GET
path: "/v1/sites/{siteId}/stats"
tags: ["Specific Site"]
---

# Statistics for a specific site

`GET /v1/sites/{siteId}/stats`

Retrieves statistical data for a specific site

## Path parameters

- `siteId` string, required

## 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)
