← Estonia

Statistics Estonia Categories

GET /estonian-stats/categories

List all top-level statistical categories from Statistics Estonia (Statistikaamet): Environment, Economy, Population, Social life, Multidomain statistics, and more.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/estonian-stats/categories

Live Response

{
  "data": [
    {
      "id": "keskkond",
      "text": "Environment",
      "type": "l"
    },
    {
      "id": "majandus",
      "text": "Economy",
      "type": "l"
    },
    {
      "id": "rahvastik",
      "text": "Population",
      "type": "l"
    },
    {
      "id": "sotsiaalelu",
      "text": "Social life",
      "type": "l"
    },
    {
      "id": "eri-valdkondade-statistika",
      "text": "Multidomain statistics",
      "type": "l"
    },
    {
      "id": "rahvaloendus",
      "text": "Population and Housing Census",
      "type": "l"
    },
    {
      "id": "Lepetatud_tabelid",
      "text": "Discontinued datasets",
      "type": "l"
    }
  ],
  "success": true
}