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. Valmyndigheten — Swedish election results
PoliticsStandardCC0

Valmyndigheten — Swedish election results

Valmyndigheten's election presentation data provides election results (party votes, seats, turnout) for Riksdag, municipal, regional and European Parliament elections. JSON files on resultat.val.se per election event and area (as of 2026-06: val2022 and euval2024; older elections are available as raw data on val.se). CC0, no auth. Issue #1191, migrated in #3443.

50K rows

Data volume

Yearly

Updates

3

MCP tools

Example response — /connectors/valmyndigheten/results
{
  "data": "..."
}

MCP integration

Available MCP tools
valmyndigheten.elections
valmyndigheten.results
valmyndigheten.turnout
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "valmyndigheten": {
      "url": "https://data.ketl.no/mcp/valmyndigheten",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Valmyndigheten — Swedish election results data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Nordic democracy
Compare the Norwegian, Swedish and Danish parliaments side by side — seat distribution derived live from the member registers, with majority threshold, fragmentation and smallest majority coalition, plus election results and concurrent legislation across Norway, Sweden and Denmark.
Swedish elections
Explore Swedish election results — the Riksdag, municipal, regional and EU elections — with party results and turnout from Valmyndigheten (resultat.val.se).

API endpoints

GET
/results

Partiresultater per valg og område

valtype required
Valgtype (Riksdag/Kommun/Region/EU) valtype=RD
year required
Valgår year=2022
area optional
Geografisk område (default: riket) area=riket
Show curl example
# GET https://data.ketl.no/api/connectors/valmyndigheten/results?valtype=RD&year=2022
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/valmyndigheten/results?valtype=RD&year=2022"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/turnout

Valgdeltakelse per område

valtype required
Valgtype valtype=RD
year required
Valgår year=2022
area optional
Geografisk område (default: riket) area=riket
Show curl example
# GET https://data.ketl.no/api/connectors/valmyndigheten/turnout?valtype=RD&year=2022
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/valmyndigheten/turnout?valtype=RD&year=2022"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/elections

Statisk katalog over tilgjengelige valg

Show curl example
# GET https://data.ketl.no/api/connectors/valmyndigheten/elections
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/valmyndigheten/elections"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

Valmyndigheten — Swedish election results is openly available — create an account to get started.

sverigevalgdemokratipolitikkriksdagnordisk
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