GET /iceland/stats/browse
Drill into the Hagstofan PxWeb hierarchy by path.
path
valikuline
e.g. Ibuar/mannfjoldi/yfirlit
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
path |
Ei | - | e.g. Ibuar/mannfjoldi/yfirlit |
curl "https://nordapi.ee/api/v1/iceland/stats/browse?path=Ibuar"
{
"data": [
{
"id": "buferlaflutningar",
"text": "Migration",
"type": "l"
},
{
"id": "Faeddirdanir",
"text": "Births and deaths",
"type": "l"
},
{
"id": "fjolsk",
"text": "Family",
"type": "l"
},
{
"id": "kosningar",
"text": "Elections",
"type": "l"
},
{
"id": "mannfjoldaspa",
"text": "Population projections",
"type": "l"
},
{
"id": "mannfjoldi",
"text": "Population",
"type": "l"
},
{
"id": "manntal",
"text": "Census",
"type": "l"
}
],
"success": true
}