← Norway

Browse Statistics Norway

GET /norway/ssb/browse

Drill into the SSB PxWeb hierarchy by path.

Parameters

path optional

e.g. al/al03

Example Requests

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

Live Response

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