GET /elections/ee/:election/turnout
特定选举的投票率:总投票人数、纸质投票人数、网络投票人数、合格选民数和投票率百分比。爱沙尼亚是网络投票的先驱。
curl https://nordapi.ee/api/v1/elections/ee/KOV_2025/turnout
{
"_meta": {
"content_hash": "598cb0d43658c051704ab30a4eaaa8b260d23f8e90340fc3b8d5b1396f248a4b",
"last_checked": "2026-04-05T19:31:19.094439Z",
"last_updated": "2026-04-05T19:31:19.094453Z",
"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:30:02+03:00",
"total-voters": 594117,
"turnout": 59.2
}
},
"success": true
}