Returns a list of tariffs based on specified filtering criteria. Tariffs represent specific pricing structures offered by energy organizations.
Required:
organization
OR main_tariff
parameter must be provided.address
OR latitude
/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.
This endpoint includes beta features. Changes may occur.
Token-based authentication with required prefix "Token"
Consumer address, used for location-based filtering (required unless latitude/longitude are provided). Cannot be used together with latitude/longitude.
Filter by consumer type (RESIDENTIAL or BUSINESS). If empty, returns all consumer types.
BUSINESS
, RESIDENTIAL
ISO-3166 alpha-2 country code of the requested location. Used to ensure geographic correctness.
AT
, DE
, DK
, ES
, GB
, NO
, SE
Deprecated. Will be replaced by include_tariff_properties
Deprecated. Will be replaced by include_tariff_properties
[beta] When set to true, includes tariff properties required for the returned tariffs. Is expected to replace include_filters in the future.
Latitude coordinate (required with longitude unless address is provided). Cannot be used together with address.
Repeatable. Filter by local consumer type using key or lct_ ID. Example: ?local_consumer_type=b_lav&local_consumer_type=lct_12
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.
Number of results to return per page.
A search term.
Filters for tariffs valid at a specific datetime (ISO 8601 UTC-only format accepting date YYYY-MM-DD). If empty, uses current time
OK
The response is of type object
.