Sweden's data portal — Swedish data catalogue
Sveriges dataportal is Sweden's national data portal operated by DIGG. Metadata for all registered open datasets from Swedish state agencies, regions and municipalities — a dynamic discovery engine for new SE data sources. No auth. Note: the API is DCAT-AP over EntryStore (RDF-JSON), not CKAN — responses carry URIs into the EU vocabularies for licence, theme and access rights, not ready-made titles.
—
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/searchSøk i datasett-katalogen (avgrenset til dcat:Dataset)
- q required
- Fritekst-søk i datasett-katalogen (minst 2 tegn)
q=trafik - rows optional
- Antall treff (1–100)
rows=20 - start optional
- Paginering-offset (0–10000)
start=0
Show curl example
# GET https://data.ketl.no/api/connectors/dataportal-se/search?q=trafik
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/dataportal-se/search?q=trafik"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/dataset/{id}Full DCAT-AP-metadata for ett datasett
Show curl example
# GET https://data.ketl.no/api/connectors/dataportal-se/dataset/{id}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/dataportal-se/dataset/{id}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/organisationsList organisasjoner som publiserer datasett (navn + utgiver-URI)
Show curl example
# GET https://data.ketl.no/api/connectors/dataportal-se/organisations
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/dataportal-se/organisations"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.