← 爱沙尼亚

选举投票率

GET /elections/ee/:election/turnout

特定选举的投票率:总投票人数、纸质投票人数、网络投票人数、合格选民数和投票率百分比。爱沙尼亚是网络投票的先驱。

请求示例

基本用法
curl https://nordapi.ee/api/v1/elections/ee/KOV_2025/turnout

实时响应

{
  "_meta": {
    "content_hash": "e2fa58c277181d99513d6e67e104b24acea01bf9e650cbb60ce9417924e3ec0f",
    "last_checked": "2026-05-21T19:49:01.259668Z",
    "last_updated": "2026-05-21T19:49:01.259693Z",
    "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": "2025-10-21T14:44:54+03:00",
      "total-voters": 594117,
      "turnout": 59.2
    }
  },
  "success": true
}