GET /estonian-stats/browse
Browse the hierarchical Statistics Estland database by path. Navigate through kategorier, subcategories, and tabeller. Använd the kategorier endpoint to upptäcka top-level paths.
path
valfri
Hierarchical path (e.g. rahvastik, majandus)
| Namn | Obligatorisk | Standard | Beskrivning |
|---|---|---|---|
path |
Nej | - | 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
}