GET /greenland/stats/browse
Drill into the Statistics Greenland hierarchy by slash-separated path. Use the topics endpoint to find ids, then pass them.
path
optionnel
e.g. BE, FI/FI20
| Nom | Requis | Par défaut | Description |
|---|---|---|---|
path |
Non | - | e.g. BE, FI/FI20 |
curl "https://nordapi.ee/api/v1/greenland/stats/browse?path=BE"
{
"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
}