GET /riigikogu/votings/recent
Get recent parliamentary voting records from the last N days (default 30). Convenience endpoint that wraps the date range query.
days
optional
default: 30
Number of days to look back
lang
optional
default: en
Language: en or et
| Name | Required | Default | Description |
|---|---|---|---|
days |
No | 30 | Number of days to look back |
lang |
No | en | Language: en or et |
curl https://nordapi.ee/api/v1/riigikogu/votings/recent
{
"data": {
"count": 2,
"votings": [
{
"absent": 12,
"abstained": null,
"against": null,
"description": "Kohaloleku kontroll",
"inFavor": null,
"neutral": null,
"present": 89,
"startDateTime": "2026-09-02T12:01:47.147",
"type": null,
"uuid": "7a1cacd0-6f3c-4994-a315-ecf47d6bae04",
"votingNumber": 104263
},
{
"absent": 12,
"abstained": 15,
"against": 0,
"description": "Töö ajagraafiku kehtestamine",
"inFavor": 86,
"neutral": 0,
"present": 89,
"startDateTime": "2026-09-02T12:10:07.657",
"type": null,
"uuid": "ff8989a7-de8d-4c3d-8a93-829bb38cdd50",
"votingNumber": 104264
}
]
},
"success": true
}