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
}