← Estland

Statistikamt Estland durchsuchen

GET /estonian-stats/browse

Durchsuchen Sie den hierarchical Statistics Estonia database by path. Navigate through categories, subcategories, und tables. Verwenden Sie den categories Endpunkt to discover top-level paths.

Parameter

path optional

Hierarchical path (e.g. rahvastik, majandus)

Beispielanfragen

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

Live-Antwort

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