---
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 — unresolved $ref

## Other responses

- `4XX` — Client error response

## Changes

- **2025-11-17** `1ecbbc9bbafb` — 1 breaking, 7 warning
  - the response's body type changed from `object` to no type for status `200`
  - removed the optional property `meterCount` from the response with the `200` status
  - removed the optional property `period` from the response with the `200` status
  - removed the optional property `siteId` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/voltview/apis/voltview-api/changes/v1/sites/:siteId/stats/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/1ecbbc9bbafb/schema)
