Authorizations
Token-based authentication with required prefix "Token"
Query Parameters
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, FI, GB, NO, RO, SE When set to true, includes tariff properties required for the returned tariffs.
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
Response
OK
Total number of items across all pages
12
URL for the next page of results, null if no next page
"https://api.prezio.com/api/tariffs/?page=2"
URL for the previous page of results, null if no previous page
"https://api.prezio.com/api/tariffs/?page=1"

