Quick start

Authorization

How to authenticate your requests to the Electricity Maps API.

All requests to the API (except for /zones) must be authorized.

The API key should be included as a header on the request: auth-token: my-api-token.

Example with cURL:

curl 'https://api.electricitymaps.com/v4/carbon-intensity/latest?zone=DE' \
-H 'auth-token: my-api-token'

Your API key

Please sign in to view your API key.
Don't have an account yet? Get started with a free API trial.

On this page