← Greenland

Browse Statistics Greenland

GET /greenland/stats/browse

Drill into the Statistics Greenland hierarchy by slash-separated path. Use the topics endpoint to find ids, then pass them.

Parametros

path opcional

e.g. BE, FI/FI20

Ejemplos de solicitudes

Uso basico
curl "https://nordapi.ee/api/v1/greenland/stats/browse?path=BE"

Respuesta en vivo

{
  "data": [
    {
      "id": "BE01",
      "text": "Population in Greenland",
      "type": "l"
    },
    {
      "id": "BE10",
      "text": "Vital Statistics",
      "type": "l"
    },
    {
      "id": "BE60",
      "text": "Households and families",
      "type": "l"
    },
    {
      "id": "BE85",
      "text": "Quarterly Population",
      "type": "l"
    },
    {
      "id": "BE80",
      "text": "Population Accounts",
      "type": "l"
    },
    {
      "id": "BE99",
      "text": "Archive - discontinued tables",
      "type": "l"
    }
  ],
  "success": true
}