← Estonie

Participation électorale

GET /elections/ee/:election/turnout

Participation électorale pour une élection spécifique: total voters, paper voters, online voters, eligible voters, et turnout percentage. Estonia pioneered internet voting.

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/elections/ee/KOV_2025/turnout

Réponse en direct

{
  "_meta": {
    "content_hash": "8186405d1e7b7985d9abcf534778ad6aae8a9bb8219b81a576a9c9880bcc3179",
    "last_checked": "2026-04-05T21:54:53.605414Z",
    "last_updated": "2026-04-05T21:54:53.605436Z",
    "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-06T00:45:02+03:00",
      "total-voters": 594117,
      "turnout": 59.2
    }
  },
  "success": true
}