← Sweden

Browse Statistics Sweden

GET /sweden/stats/browse

Drill into the Statistics Sweden hierarchy by path. Use topics endpoint to find ids, then pass them as slash-separated path.

See it visualized

Parameters

path optional

e.g. BE/BE0101

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/sweden/stats/browse?path=BE"

Live Response

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