List Tariffs
Returns a list of tariffs based on specified filtering criteria. Tariffs represent specific pricing structures offered by energy organizations.
Important:
- Either
organization
ORmain_tariff
parameter must be provided. - A location is mandatory - provide either
address
ORlatitude
/longitude
coordinates.
This endpoint filters tariffs applicable to a specific location and can return optional filter options to help users select the appropriate tariff variant.
Query Parameters
Full address for location-based filtering (required unless latitude/longitude are provided). Cannot be used together with latitude/longitude.
Country code of the requested location. Used to ensure geographic correctness.
DK
: DenmarkSE
: SwedenNO
: Norway
DK
, NO
, SE
Filter tariffs by specific options. Accepts comma-separated list of option IDs with tfo_ prefix.
When set to true, includes available filter options in the response for UI filtering.
Latitude coordinate (required with longitude unless address is provided). Cannot be used together with address.
Longitude coordinate (required with latitude unless address is provided). Cannot be used with address.
Main Tariff ID with mta_ prefix. Required if organization is not provided.
Organization ID with org_ prefix. Required if main_tariff is not provided.
A page number within the paginated result set.
A search term.
Filter for tariffs valid at specified date (format: YYYY-MM-DD). If omitted, uses current date.
Response
Successfully retrieved tariffs
The response is of type object
.