← Estonia

Election Turnout

GET /elections/ee/:election/turnout

Voter turnout for a specific election: total voters, paper voters, online voters, eligible voters, and turnout percentage. Estonia pioneered internet voting.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/elections/ee/KOV_2025/turnout

Live Response

{
  "_meta": {
    "content_hash": "c1b9fbcf036a744b5d245df22192014f3743068b35a7b98f1d597936ef525ad1",
    "last_checked": "2026-05-10T19:21:25.363466Z",
    "last_updated": "2026-05-10T19:21:25.363476Z",
    "manual_update": true,
    "note": "This data was extracted from a non-API source. Content hash can be used to detect changes.",
    "source_url": "https://opendata.valimised.ee/api/KOV_2025/total-voters.json",
    "stale": false
  },
  "data": {
    "TOTAL": {
      "election": "KOV_2025",
      "eligible-voters": 1003829,
      "online-voters": 270818,
      "paper-voters": 323299,
      "time": "2026-05-10T22:15:04+03:00",
      "total-voters": 594117,
      "turnout": 59.2
    }
  },
  "success": true
}