GET /estonian-stats/browse
Sirvige the hierarchical Statistics Estonia database by path. Navigate through categories, subcategories, and tables. Use the categories lõpp-punkt to discover top-level paths.
path
valikuline
Hierarchical path (e.g. rahvastik, majandus)
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
path |
Ei | - | Hierarchical path (e.g. rahvastik, majandus) |
curl "https://nordapi.ee/api/v1/estonian-stats/browse?path=rahvastik"
{
"data": [
{
"id": "rahvastikunaitajad-ja-koosseis",
"text": "Population indicators and composition",
"type": "l"
},
{
"id": "rahvastikusundmused",
"text": "Vital events",
"type": "l"
}
],
"success": true
}