GET /sweden/stats/browse
按路径深入浏览 Tilastokeskus 的层级结构。先用 topics endpoint 查找 id,再以斜杠分隔的路径传入。
path
可选
e.g. BE/BE0101
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
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
}