← Estonia

Browse Statistics Estonia

GET /estonian-stats/browse

Browse the hierarchical Statistics Estonia database by path. Navigate through categories, subcategories, and tables. Use the categories endpoint to discover top-level paths.

Parameters

path optional

Hierarchical path (e.g. rahvastik, majandus)

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/estonian-stats/browse?path=rahvastik"

Live Response

{
  "data": [
    {
      "id": "rahvastikunaitajad-ja-koosseis",
      "text": "Population indicators and composition",
      "type": "l"
    },
    {
      "id": "rahvastikusundmused",
      "text": "Vital events",
      "type": "l"
    }
  ],
  "success": true
}