Skip to main content
GET
/
electricity-area-map
/
areas
List Areas
curl --request GET \
  --url https://api.ea.engrate.io/v1/electricity-area-map/areas \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "mba": "<string>",
      "mga": "<string>",
      "name": "<string>",
      "dso": "<string>",
      "area": 123,
      "permimiter": 123,
      "geometry": {
        "type": "<string>",
        "coordinates": [
          [
            [
              123
            ]
          ]
        ]
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

lat
number | null

Latitude

lng
number | null

Longitude

dso
string | null

Name of the DSO (going to use EIC later)

mba
string | null

Market Balance Area (e.g. SE1)

mga
string | null

Market Grid Area (e.g. STH)

Response

Successful Response

data
Area · object[]
required
I