← 拉脱维亚

拉脱维亚统计局主题

GET /latvia/stats/topics

来自 CSP(拉脱维亚中央统计局)的顶层统计主题。PxWeb 方言。

请求示例

基本用法
curl https://nordapi.ee/api/v1/latvia/stats/topics

实时响应

{
  "data": [
    {
      "id": "POP",
      "text": "Population",
      "type": "l"
    },
    {
      "id": "EMP",
      "text": "Labour market",
      "type": "l"
    },
    {
      "id": "VES",
      "text": "Social security and health",
      "type": "l"
    },
    {
      "id": "IZG",
      "text": "Education, culture and science",
      "type": "l"
    },
    {
      "id": "VEK",
      "text": "Economy",
      "type": "l"
    },
    {
      "id": "TIR",
      "text": "Trade and services",
      "type": "l"
    },
    {
      "id": "ENT",
      "text": "Business",
      "type": "l"
    },
    {
      "id": "IKT",
      "text": "Information technologies",
      "type": "l"
    },
    {
      "id": "NOZ",
      "text": "Business sectors",
      "type": "l"
    },
    {
      "id": "ENV",
      "text": "Environment",
      "type": "l"
    },
    {
      "id": "FIN",
      "text": "Indicators of well-being and equality",
      "type": "l"
    }
  ],
  "success": true
}