← 挪威

浏览挪威统计局数据

GET /norway/ssb/browse

按路径深入浏览 SSB PxWeb 层级结构。

查看可视化效果

参数

path 可选

e.g. al/al03

请求示例

基本用法
curl "https://nordapi.ee/api/v1/norway/ssb/browse?path=al"

实时响应

{
  "data": [
    {
      "id": "al03",
      "text": "Unemployment",
      "type": "l"
    },
    {
      "id": "al04",
      "text": "Working environment, sickness absence, strikes and lockouts",
      "type": "l"
    },
    {
      "id": "al05",
      "text": "Earnings and labour costs",
      "type": "l"
    },
    {
      "id": "al06",
      "text": "Employment",
      "type": "l"
    }
  ],
  "success": true
}