← Latvia

Statistics Latvia Topics

GET /latvia/stats/topics

Top-level statistical topics from CSP (Latvian Central Statistical Bureau). PxWeb dialect.

查看可视化效果

请求示例

基本用法
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
}