← Norwegen

Statistics Norway durchsuchen

GET /norway/ssb/browse

Navigiere per Pfad durch die SSB-PxWeb-Hierarchie.

Sehen Sie es visualisiert

Parameter

path optional

e.g. al/al03

Beispielanfragen

Grundlegende Verwendung
curl "https://nordapi.ee/api/v1/norway/ssb/browse?path=al"

Live-Antwort

{
  "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
}