← 瑞典

瑞典统计局主题

GET /sweden/stats/topics

Statistiska centralbyrån (SCB) 的顶层目录——涵盖人口、劳动力市场、经济、价格与能源的统计主题。每一项要么是可向下钻取的文件夹,要么是数据表。数据来源: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
}