GET /estonian-stats/browse
Explore la base de datos jerárquica de Estadísticas de Estonia por ruta. Navegue por categorías, subcategorías y tablas. Utilice el endpoint de categorías para descubrir las rutas de nivel superior.
path
opcional
Hierarchical path (e.g. rahvastik, majandus)
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
path |
No | - | 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
}