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

# Tariffs for a specific site

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

Retrieves energy tariff information for a specific site

## Path parameters

- `siteId` string, required

## Query parameters

- `utility` 'ELECTRICITY' | 'GAS'

## Response `200`

Tariff information retrieved successfully

- Tariff[]
  - `siteId` string — Site identifier
  - `supplier` string — Energy supplier name
  - `utility` 'ELECTRICITY' | 'GAS' — Utility type
  - `tariffName` string — Tariff name
  - `startDate` string, date — Tariff start date
  - `endDate` string, date — Tariff end date
  - `rates` TariffRate[] — Tariff rates
    - `name` string — Rate name
    - `rate` number — Price per unit in GBP
    - `startTime` string, time — Rate start time
    - `endTime` string, time — Rate end time
    - `daysOfWeek` string[] — Days of the week this rate applies

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