GET /faroe/stats/browse
Drill into the Hagstova Føroya hierarchy by slash-separated path. Use the topics endpoint to find ids.
path
optionnel
e.g. IB, AM/AM01
| Nom | Requis | Par défaut | Description |
|---|---|---|---|
path |
Non | - | e.g. IB, AM/AM01 |
curl "https://nordapi.ee/api/v1/faroe/stats/browse?path=IB"
{
"data": [
{
"id": "IB01",
"text": "Population\n",
"type": "l"
},
{
"id": "IB02",
"text": "Vital statistics\n",
"type": "l"
},
{
"id": "IB03",
"text": "Migration\n",
"type": "l"
},
{
"id": "IB04",
"text": "Marriages and divorces\n",
"type": "l"
},
{
"id": "IB05",
"text": "Names\n",
"type": "l"
},
{
"id": "IB06",
"text": "Birthdays",
"type": "l"
},
{
"id": "IB07",
"text": "Households",
"type": "l"
},
{
"id": "IB08",
"text": "Historical population",
"type": "l"
},
{
"id": "IB09",
"text": "Population forecast",
"type": "l"
},
{
"id": "IB10",
"text": "Elections\n",
"type": "l"
}
],
"success": true
}