← 爱沙尼亚

浏览爱沙尼亚统计数据

GET /estonian-stats/browse

按路径浏览爱沙尼亚统计局的层级数据库。在分类、子分类和表格之间导航。使用分类端点发现顶级路径。

参数

path 可选

Hierarchical path (e.g. rahvastik, majandus)

请求示例

基本用法
curl "https://nordapi.ee/api/v1/estonian-stats/browse?path=rahvastik"

实时响应

{
  "data": [
    {
      "id": "rahvastikunaitajad-ja-koosseis",
      "text": "Population indicators and composition",
      "type": "l"
    },
    {
      "id": "rahvastikusundmused",
      "text": "Vital events",
      "type": "l"
    }
  ],
  "success": true
}