Energimyndigheten — Swedish energy statistics
Energimyndigheten's statistics database via PxWebApi v1 provides access to the energy balance, electric power (production/consumption/prices per source), natural gas, petroleum and renewable energy for Sweden. Historical data back to 1970. CC0, identical PxWeb pattern to SCB.
—
Data volume
Yearly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/tablesList energistatistikk-tabeller
Show curl example
# GET https://data.ketl.no/api/connectors/energimyndigheten/tables
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/energimyndigheten/tables"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/tables/{id}/metadataDimensjons-/variabel-metadata for én tabell (PxWeb v1)
Show curl example
# GET https://data.ketl.no/api/connectors/energimyndigheten/tables/{id}/metadata
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/energimyndigheten/tables/{id}/metadata"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/tables/{id}/dataData-uttrekk (json-stat2) fra én tabell
Show curl example
# POST https://data.ketl.no/api/connectors/energimyndigheten/tables/{id}/data
curl -X POST \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/energimyndigheten/tables/{id}/data"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.