Authorizations
Token-based authentication with required prefix "Token"
Body
List of specific tariff IDs with tar_ prefix (e.g., tar_123). Can be repeated for multiple tariffs.
List of consumption entries with timestamp and kWh. Max 48 hours apart between earliest and latest interval.
ID of a saved Location object, can be INTEGER or 'loc_INTEGER'. If provided, country/address/coordinates are not required.
Full address (required unless latitude/longitude are provided or location_id is used)
Latitude coordinate (must be used together with longitude). Cannot be used with address or location_id.
Longitude coordinate (must be used together with latitude). Cannot be used with address or location_id.
Country code of the requested location. Used to ensure geographic correctness. Not required if location_id is provided.
AT
- Austria (AT)DK
- Denmark (DK)DE
- Germany (DE)GB
- Great Britain (GB)NO
- Norway (NO)ES
- Spain (ES)SE
- Sweden (SE)
AT
, DK
, DE
, GB
, NO
, ES
, SE
Time resolution in minutes. Must be 15, 30, or 60. Defaults to 60 (hourly). All intervals must start at multiples of this interval.
15
- 15 minutes30
- 30 minutes60
- 60 minutes
15
, 30
, 60
Level of detail for the response
full
- Returns all price elements (default)semi
- Returns prices per organization type (DSO, Retailer, etc.)summarized
- Returns only total price
full
, semi
, summarized
How VAT should be returned in the response.
excluded
- VAT Excluded (default)included
- VAT included in each componentseparated
- VAT returned as a separate component
excluded
, included
, separated