← 瑞典

浏览瑞典统计局数据

GET /sweden/stats/browse

按路径深入浏览 SCB 瑞典统计局的层级结构。使用 topics 端点查找 id,然后将其以斜杠分隔的路径形式传入。

查看可视化效果

参数

path 可选

e.g. BE/BE0101

请求示例

基本用法
curl "https://nordapi.ee/api/v1/sweden/stats/browse?path=BE"

实时响应

{
  "data": [
    {
      "id": "BE0001",
      "text": "Name statistics",
      "type": "l"
    },
    {
      "id": "BE0401",
      "text": "Population projections",
      "type": "l"
    },
    {
      "id": "BE0701",
      "text": "Demographic Analysis (Demography)",
      "type": "l"
    },
    {
      "id": "BE0101",
      "text": "Population statistics",
      "type": "l"
    }
  ],
  "success": true
}