← Estonia

Recent Riigikogu Votings

GET /riigikogu/votings/recent

Get recent parliamentary voting records from the last N days (default 30). Convenience endpoint that wraps the date range query.

See it visualized

Parameters

days optional default: 30

Number of days to look back

lang optional default: en

Language: en or et

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/riigikogu/votings/recent

Live Response

{
  "data": {
    "count": 0,
    "votings": []
  },
  "success": true
}