← 爱沙尼亚

近期议会投票

GET /riigikogu/votings/recent

获取最近 N 天(默认 30 天)的议会投票记录。包装日期范围查询的便捷端点。

查看可视化效果

参数

days 可选 默认: 30

Number of days to look back

lang 可选 默认: 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
}