Danish data service Energi

Live Danish grid prices and emissions, straight from Energinet

🌦 WeatherNEWchecked 45 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Energinet publishes Denmark's electricity market and grid data as named open datasets you can query directly. Pull day-ahead spot prices, CO2 emissions, consumption and more by dataset name with a simple row limit. No key required, JSON out, CORS enabled.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · new
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.energidataservice.dk/dataset/Elspotprices?limit=1

{
  "total": 1,
  "dataset": "Elspotprices",
  "limit": 1,
  "records": [
    {
      "HourUTC": "2025-09-30T21:00:00",
      "PriceArea": "DE",
      "SpotPriceDKK": 690.789978,
      "SpotPriceEUR": 92.540001
    }
  ]
}
Call itcurl · fetch · python
curl "https://api.energidataservice.dk/dataset/Elspotprices?limit=1"
const res = await fetch("https://api.energidataservice.dk/dataset/Elspotprices?limit=1");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.energidataservice.dk/dataset/Elspotprices?limit=1")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6NewFULL DOCS ↗
Monitored path responding — GET /dataset/Elspotprices?limit=1checked 45 min ago
GET/dataset/Elspotprices?limit=1PROBED

Live Danish grid prices and emissions, straight from Energinet

GET/dataset

Dataset — documented GET route.

GET/dataset/1

Dataset details by ID (example: 1).

GET/dataset?limit=10

Dataset — documented GET route.

GET/dataset/search?q=test

Search by query parameters.

GET/dataset/Elspotprices?limit=5

Elspotprices — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Danish data service Energi: common questions

Is Danish data service Energi free to use?

Yes — Danish data service Energi is a free weather API. Free tier: Free — no API key. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Danish data service Energi need an API key?

No — Danish data service Energi needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Danish data service Energi from the browser?

Not directly — Danish data service Energi doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Danish data service Energi up right now?

As of our last scheduled check, Danish data service Energi is new. We re-probe it every sweep — the status badge and uptime chart above always show the latest.