← Estonia

Explorar Estadísticas de Estonia

GET /estonian-stats/browse

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

Parametros

path opcional

Hierarchical path (e.g. rahvastik, majandus)

Ejemplos de solicitudes

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

Respuesta en vivo

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