← Estland

Estiske valg

GET /elections/ee

List alle estiske valg med åpne data: kommune (KOV), parlament (RK), Europaparlamentet (EP). Inkluderer innholdshash for endringsdeteksjon.

Eksempelforespørsler

Grunnleggende bruk
curl https://nordapi.ee/api/v1/elections/ee

Livesvar

{
  "_meta": {
    "content_hash": "cf0964c88b26d5976b983fe49adcdc11a3ef8bb1099e77f14b61d169eda8207d",
    "last_checked": "2026-04-05T19:38:43.366357Z",
    "last_updated": "2026-04-05T19:38:43.366372Z",
    "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/",
    "stale": false
  },
  "data": {
    "count": 4,
    "elections": [
      {
        "code": "KOV_2025",
        "last_modified": "Sun, 19 Oct 2025 18:53:10 GMT",
        "type": "Local Government Elections",
        "year": 2025
      },
      {
        "code": "EP_2024",
        "last_modified": "Tue, 27 May 2025 09:25:03 GMT",
        "type": "European Parliament Elections",
        "year": 2024
      },
      {
        "code": "RK_2023",
        "last_modified": "Tue, 27 May 2025 09:25:55 GMT",
        "type": "Riigikogu (Parliament) Elections",
        "year": 2023
      },
      {
        "code": "KOV_2021",
        "last_modified": "Thu, 14 Aug 2025 11:42:51 GMT",
        "type": "Local Government Elections",
        "year": 2021
      }
    ]
  },
  "success": true
}