GET /elections/ee
Liste all Estonian elections with open data: local government (KOV), parliament (RK), European Parliament (EP). Incluye content hash for change detection.
curl https://nordapi.ee/api/v1/elections/ee
{
"_meta": {
"content_hash": "cf0964c88b26d5976b983fe49adcdc11a3ef8bb1099e77f14b61d169eda8207d",
"last_checked": "2026-04-05T18:28:51.811730Z",
"last_updated": "2026-04-05T18:28:51.811747Z",
"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
}