GET /sweden/stats/topics
Top-level catalog of Statistics Sweden (SCB) — statistical topics covering population, labour market, economy, prices, energy. Each item is a folder (drillable) or table. Source: api.scb.se (PxWeb).
curl https://nordapi.ee/api/v1/sweden/stats/topics
{
"data": [
{
"id": "AA",
"text": "General statistics",
"type": "l"
},
{
"id": "AM",
"text": "Labour market",
"type": "l"
},
{
"id": "BE",
"text": "Population",
"type": "l"
},
{
"id": "BO",
"text": "Housing, construction and building",
"type": "l"
},
{
"id": "EN",
"text": "Energy",
"type": "l"
},
{
"id": "FM",
"text": "Financial markets",
"type": "l"
},
{
"id": "HA",
"text": "Trade in goods and services",
"type": "l"
},
{
"id": "HE",
"text": "Household finances",
"type": "l"
},
{
"id": "JO",
"text": "Agriculture, forestry and fishery",
"type": "l"
},
{
"id": "LE",
"text": "Living conditions",
"type": "l"
},
{
"id": "ME",
"text": "Democracy",
"type": "l"
},
{
"id": "MI",
"text": "Environment",
"type": "l"
},
{
"id": "NR",
"text": "National accounts",
"type": "l"
},
{
"id": "NV",
"text": "Business activities",
"type": "l"
},
{
"id": "OE",
"text": "Public finances",
"type": "l"
},
{
"id": "OV",
"text": "Other",
"type": "l"
},
{
"id": "PR",
"text": "Prices and Consumption",
"type": "l"
},
{
"id": "TK",
"text": "Transport and communications",
"type": "l"
},
{
"id": "UF",
"text": "Education and research",
"type": "l"
}
],
"success": true
}