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.
curl https://nordapi.ee/api/v1/elections/ee/KOV_2025/turnout
{
"_meta": {
"content_hash": "b227d618774c18f58901b26c2398451a207c4b757d02bc6f18b0ece2e12f7730",
"last_checked": "2026-04-05T20:47:27.146636Z",
"last_updated": "2026-04-05T20:47:27.146649Z",
"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-05T23:45:01+03:00",
"total-voters": 594117,
"turnout": 59.2
}
},
"success": true
}