GET /estonian-stats/categories
Skráðu alla tölfræðiflokka á efsta stigi frá Hagstofu Eistlands (Statistikaamet): Umhverfi, Hagkerfi, Íbúafjölda, Félagslíf, Þverfaglega tölfræði og fleira.
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
}