Base URL

The Min Strøm API is accessed through the following base URL:

https://api.minstroem.app/thirdParty

Spot prices

Get the future hourly electricity spot prices excl. charges.

GET /prices/{region}

Full prices (incl. charges)

There are three overall approaches to get electricity prices including all charges.

  1. Coordinate lookup - Using lat/long to look up charges
  2. Address lookup - Using a free text address query to look up charges
  3. Eloverblik (for private consumers) - Using MitID to get household charges

One of the easiest ways to get prices including charges.

GET /prices/location?latitude={latitude}&longitude={longitude}

Forecast spot prices

Get unconfirmed future hourly electricity prices up to 7 days into the future.

GET /prices/{region}/forecast

Charges info

Get full charges information for a specific location and date

GET /prices/charges/location?latitude={latitude}&longitude={longitude}&date={date}

Request count

Get the running request count for your account

GET /currentRequestCount