Skip to main content
GET
/
core
/
v1
/
geo
Get Geodata
curl --request GET \
  --url https://api.engrate.io/core/v1/geo \
  --header 'Authorization: <api-key>'
{
  "features": [
    {
      "geometry": {
        "coordinates": [
          [
            [
              [
                18.07,
                59.33
              ],
              [
                18.08,
                59.33
              ],
              [
                18.08,
                59.34
              ],
              [
                18.07,
                59.33
              ]
            ]
          ]
        ],
        "type": "MultiPolygon"
      },
      "id": "0199c317-25ec-7c00-b1a0-a1b2c3d4e5f6",
      "properties": {
        "extra_ids": [
          {
            "kind": "eic",
            "value": "46Y000000000016G"
          },
          {
            "kind": "se.mga_code",
            "value": "STO"
          }
        ],
        "id": "0199c317-25ec-7c00-b1a0-a1b2c3d4e5f6",
        "name": "Stockholm",
        "scheduling_area_eic": "10Y1001A1001A47J",
        "system_operator": {
          "extra_ids": [
            {
              "kind": "eic",
              "value": "46X000000000245K"
            }
          ],
          "id": "0199c317-25ec-7cf7-94cc-32a39f068433"
        },
        "type": "metering-grid-area"
      },
      "type": "Feature"
    }
  ],
  "type": "FeatureCollection"
}

Authorizations

Authorization
string
header
required

Query Parameters

country
string[]

Filter by ISO 3166-1 alpha-2 country code(s)

metering_grid_area_id
string<uuid>[]

Filter by Metering Grid Area UUID(s)

metering_grid_area_extra_id
string[]

Filter by Metering Grid Area Extra Identifier(s) (EIC code, SE MGA code, etc.)

Response

Successful Response

Standard GeoJSON FeatureCollection with typed properties.

features
GeoJsonFeature · object[]
required
type
string
default:FeatureCollection
Allowed value: "FeatureCollection"