GET /estonian-stats/categories
Vis alle statistiske kategorier på øverste niveau fra Statistics Estonia (Statistikaamet): Miljø, Økonomi, Befolkning, Socialt liv, Tværgående statistik og mere.
curl https://nordapi.ee/api/v1/estonian-stats/categories
{
"data": [
{
"id": "keskkond",
"text": "Environment",
"type": "l"
},
{
"id": "majandus",
"text": "Economy",
"type": "l"
},
{
"id": "rahvastik",
"text": "Population",
"type": "l"
},
{
"id": "sotsiaalelu",
"text": "Social life",
"type": "l"
},
{
"id": "eri-valdkondade-statistika",
"text": "Multidomain statistics",
"type": "l"
},
{
"id": "rahvaloendus",
"text": "Population and Housing Census",
"type": "l"
},
{
"id": "Lepetatud_tabelid",
"text": "Discontinued datasets",
"type": "l"
}
],
"success": true
}