Skip to content
EN | DE

Tariff information

GET
/tariff/{type}
curl --request GET \
--url https://demo.evcc.io/api/tariff/grid

Returns the prices or emission values for the upcoming hours

More information

type
required
string
Allowed values: grid feedin co2 planner solar

Tariff type

Success

Media type application/json
object
result
object
rates
Array<object>

A charging interval

object
start

Start

string format: date-time
end

End

string format: date-time
value

Cost

number
Example
{
"result": {
"rates": [
{
"start": "2025-07-19T12:30:00.000Z",
"end": "2025-07-19T12:30:00.000Z"
}
]
}
}

Tariff not defined