Energy Providers API
General
You can access the API within "https://api.tecrise.at/energy_providers" and you can modify it with
some parameters that it fits your needs. Add all options like [GET] values: ?value1=1&value2=2 and so on.
API Key
You need a personal API key to get data from our API. Add the key with the "apikey" value, for example
- apikey=<your private api key>
Energy Provider
You have to add your desired energy provider with the "provider" value. Here you can choose:
- provider=EPEX (not ready yet>
- provider=AWATTAR
- provider=EFRIENDS
- provider=SMARTENERGY
- provider=SPOTTY
Type
You can choose for data for energy import or energy export. Add the "type" value.
- type=IMPORT [default]
- type=EXPORT
Time Format
You can add how you like to format the time. Add the "timeformat" value.
- timeformat=ISO8601 [default] --- 2024-01-17T15:50:16+01:00
- timeformat=UNIX --- 1706714178
Time Span
This option describes how many values in which timespan are going to be returned. Add the "timespan" value:
- timespan=FROMBEGINNING [default] --- from today 00.00 to tomorrow 23:00 if there are enough datapoints available
- timespan=FROMNOW --- from today [now] to tomorrow 23:00 if there are enough datapoints available
Brutto or Netto prices
This option returns the prices with or vithout vat (20%). Add the "includevat" value:
- includevat=TRUE [default]
- includevat=FALSE