GET /norway/ssb/browse
Navega en profundidad por la jerarquía PxWeb de SSB mediante una ruta.
path
opcional
e.g. al/al03
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
path |
No | - | 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
}