← Estland

Wahlbeteiligung

GET /elections/ee/:election/turnout

Wähler-turnout for a specific election: total voters, paper voters, online voters, eligible voters, und turnout percentage. Estonia pioneered internet voting.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/elections/ee/KOV_2025/turnout

Live-Antwort

{
  "_meta": {
    "content_hash": "21ae2bf394e4a0431662447fb3eaad01aef888eb5591874f3af5a76faf27127e",
    "last_checked": "2026-04-05T19:30:37.427096Z",
    "last_updated": "2026-04-05T19:30:37.427119Z",
    "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-04-05T22:15:06+03:00",
      "total-voters": 594117,
      "turnout": 59.2
    }
  },
  "success": true
}