We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. Sweden's data portal — Swedish data catalogue
PoliticsStandardCC0

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

Example response — /connectors/dataportal-se/search
{
  "data": "..."
}

MCP integration

Available MCP tools
dataportal_se.dataset
dataportal_se.organisations
dataportal_se.search
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "dataportal-se": {
      "url": "https://data.ketl.no/mcp/dataportal-se",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Sweden's data portal — Swedish data catalogue data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Sweden's data portal
Search Sweden's national open-data catalogue (DIGG) — 12,000+ datasets from Swedish authorities with CSV/JSON/GeoJSON resources.

API endpoints

GET
/search

Sø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.

GET
/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.

GET
/organisations

List 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.

Access and pricing

Sweden's data portal — Swedish data catalogue is openly available — create an account to get started.

sverigemetakatalogdatasettdataportalnordisk
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512