List Tariffs
Returns a list of tariffs based on specified filtering criteria. Tariffs represent specific pricing structures offered by energy organizations.
Important: Either organization
OR main_tariff
parameter must be provided.
This endpoint supports location-based filtering to find tariffs applicable to a specific address or coordinates. It can also return optional filter options to help users select the appropriate tariff variant.
Authorizations
Token-based authentication with required prefix "Token"
Query Parameters
Full address to filter tariffs by location. 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 (must be used with longitude). Cannot be used together with address.
Longitude coordinate (must be used with latitude). 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
The response is of type object
.