Skip to main content
GET
/
power-tariffs
/
{country_code}
/
grid-operators
Get Grid Operators
curl --request GET \
  --url https://api.engrate.io/v1/power-tariffs/{country_code}/grid-operators \
  --header 'Authorization: <api-key>'
{
  "gridOperators": [
    {
      "name": "<string>",
      "ediel": 123,
      "enabledDuringTrial": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

country_code
string
required

ISO 3166-1 alpha-2 country code.

Example:

"SE"

Response

Successful Response

gridOperators
GridOperatorInfo · object[]
required

List of grid operators with their names and EDIEL codes.