GET
/
v1.0.0
/
tariffs
/
{tariffId}
/
prices
[
  [
    {
      "totalPrice": 0.22,
      "vat": 0.05,
      "startsAt": "2024-07-03T10:26:21.452Z"
    },
    {
      "totalPrice": 0.23,
      "vat": 0.06,
      "startsAt": "2024-07-03T11:26:21.452Z"
    },
    {
      "totalPrice": 0.24,
      "vat": 0.07,
      "startsAt": "2024-07-03T12:26:21.452Z"
    },
    {
      "totalPrice": 0.25,
      "vat": 0.08,
      "startsAt": "2024-07-03T13:26:21.452Z"
    },
    {
      "totalPrice": 0.26,
      "vat": 0.09,
      "startsAt": "2024-07-03T14:26:21.452Z"
    },
    {
      "totalPrice": 0.27,
      "vat": 0.1,
      "startsAt": "2024-07-03T15:26:21.452Z"
    },
    {
      "totalPrice": 0.28,
      "vat": 0.11,
      "startsAt": "2024-07-03T16:26:21.452Z"
    },
    {
      "totalPrice": 0.29,
      "vat": 0.12,
      "startsAt": "2024-07-03T17:26:21.452Z"
    },
    {
      "totalPrice": 0.3,
      "vat": 0.13,
      "startsAt": "2024-07-03T18:26:21.452Z"
    },
    {
      "totalPrice": 0.31,
      "vat": 0.14,
      "startsAt": "2024-07-03T19:26:21.452Z"
    },
    {
      "totalPrice": 0.32,
      "vat": 0.15,
      "startsAt": "2024-07-03T20:26:21.452Z"
    },
    {
      "totalPrice": 0.33,
      "vat": 0.16,
      "startsAt": "2024-07-03T21:26:21.452Z"
    },
    {
      "totalPrice": 0.34,
      "vat": 0.17,
      "startsAt": "2024-07-03T22:26:21.452Z"
    },
    {
      "totalPrice": 0.35,
      "vat": 0.18,
      "startsAt": "2024-07-03T23:26:21.452Z"
    },
    {
      "totalPrice": 0.36,
      "vat": 0.19,
      "startsAt": "2024-07-04T00:26:21.452Z"
    },
    {
      "totalPrice": 0.37,
      "vat": 0.2,
      "startsAt": "2024-07-04T01:26:21.452Z"
    },
    {
      "totalPrice": 0.38,
      "vat": 0.21,
      "startsAt": "2024-07-04T02:26:21.452Z"
    },
    {
      "totalPrice": 0.39,
      "vat": 0.22,
      "startsAt": "2024-07-04T03:26:21.452Z"
    },
    {
      "totalPrice": 0.4,
      "vat": 0.23,
      "startsAt": "2024-07-04T04:26:21.452Z"
    },
    {
      "totalPrice": 0.41,
      "vat": 0.24,
      "startsAt": "2024-07-04T05:26:21.452Z"
    },
    {
      "totalPrice": 0.42,
      "vat": 0.25,
      "startsAt": "2024-07-04T06:26:21.452Z"
    },
    {
      "totalPrice": 0.43,
      "vat": 0.26,
      "startsAt": "2024-07-04T07:26:21.452Z"
    },
    {
      "totalPrice": 0.44,
      "vat": 0.27,
      "startsAt": "2024-07-04T08:26:21.452Z"
    },
    {
      "totalPrice": 0.45,
      "vat": 0.28,
      "startsAt": "2024-07-04T09:26:21.452Z"
    }
  ]
]

Authorizations

X-API-KEY
string
headerrequired

ApiKey used for authorization and authentication

Path Parameters

tariffId
string
required

Tariff id

Response

200 - application/json
totalPrice
number
required

The total price of 1 kWh in currency of the tariff including taxes.

vat
number
required

The taxes of the total price of the tariff.

startsAt
string
required

The timestamp of the start of price interval.