Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \ --url "https://api.engrate.io/cost-of-energy/v1/tariffs?system_operator_id=0199c317-25ec-7cf7-94cc-32a39f068433" \ --header "authorization: $API_KEY" \ --header "content-type: application/json"
{ "tariffs": [ { "id": "0199c317-25ec-7cf7-94cc-32a39f068433", "name": "Säkringsabonnemang - 20 A", "summary": "Fuse-based tariff for 20A with energy tax and monthly subscription fee.", "available_from": "2024-01-01T00:00:00+01:00", "tariff_components": [ { "name": "Energiskatt", "applicable_from": "2026-01-01T00:00:00+01:00", ... } ] } ] }
Was this page helpful?