Helpers

Zones

get
/zones
When signed in, you can use the interactive API Playground to query the Electricity Maps API directly from this page

List all commercially available zones. When a token is supplied, each zone also carries the access list of endpoints that token can reach.

Response Body

application/json

application/json

curl -X GET "https://example.com/zones"
{  "property1": {    "zoneKey": "DK-DK2",    "zoneName": "East Denmark",    "displayName": "East Denmark",    "countryCode": "DK",    "countryName": "Denmark",    "zoneParentKey": "DK",    "subZoneKeys": [      "DK-DK1"    ],    "isCommerciallyAvailable": true,    "tier": "A",    "access": [      "carbon-intensity"    ]  },  "property2": {    "zoneKey": "DK-DK2",    "zoneName": "East Denmark",    "displayName": "East Denmark",    "countryCode": "DK",    "countryName": "Denmark",    "zoneParentKey": "DK",    "subZoneKeys": [      "DK-DK1"    ],    "isCommerciallyAvailable": true,    "tier": "A",    "access": [      "carbon-intensity"    ]  }}