---
title: "Tariff information"
method: GET
path: "/tariff/{type}"
tags: ["tariffs"]
---

# Tariff information

`GET /tariff/{type}`

Returns the prices or emission values for the upcoming hours

## Path parameters

- `type` 'grid' | 'feedin' | 'co2' | 'planner' | 'solar', required

## Response `200`

Success

- object
  - `rates` Rate[] — unresolved $ref

## Other responses

- `404` — Tariff not defined

## Changes

- **2026-08-03** `c75ef6921f05` — 1 breaking, 3 warning
  - the `rates/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `rates/items/end` from the response with the `200` status
  - removed the optional property `rates/items/start` from the response with the `200` status
  - removed the optional property `rates/items/value` from the response with the `200` status
- **2026-07-24** `e84dc2eafd11` — 1 breaking, 3 info
  - the `rates/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `rates/items/end` to the response with the `200` status
  - added the optional property `rates/items/start` to the response with the `200` status
  - added the optional property `rates/items/value` to the response with the `200` status
- **2026-07-23** `5f032b4182a7` — 1 breaking, 3 warning
  - the `rates/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `rates/items/end` from the response with the `200` status
  - removed the optional property `rates/items/start` from the response with the `200` status
  - removed the optional property `rates/items/value` from the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/evcc-io/apis/evcc/changes/tariff/:type/get.md)

---

[API](https://skmtc.dev/evcc-io/apis/evcc.md) · [All operations](https://skmtc.dev/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evcc-io/evcc/revisions/5152af83a070/schema)
