---
title: "Annual spend and savings for a specific site"
method: GET
path: "/v1/sites/{siteId}/annualSpendAndSavings"
tags: ["Specific Site"]
---

# Annual spend and savings for a specific site

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

Retrieves annual energy spending and savings data for a specific site

## Path parameters

- `siteId` string, required

## Response `200`

Annual spend and savings data retrieved successfully

- SpendAndSavings
  - `siteId` string — Site identifier
  - `period` string — Reporting period
  - `spend` number — Energy spend in GBP
  - `savings` number — Cost savings in GBP
  - `comparisonPeriod` string — Previous period for comparison
  - `previousSpend` number — Previous period spend in GBP
  - `spendChange` number — Percentage change in spend

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