GET /sweden/stats/browse
Kafið niður í stigveldi Tilastokeskus eftir slóð. Notið topics endpoint til að finna auðkenni og sendið þau síðan sem skástrika-aðskilda slóð.
path
valfrjálst
e.g. BE/BE0101
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
path |
Nei | - | e.g. BE/BE0101 |
curl "https://nordapi.ee/api/v1/sweden/stats/browse?path=BE"
{
"data": [
{
"id": "BE0001",
"text": "Name statistics",
"type": "l"
},
{
"id": "BE0401",
"text": "Population projections",
"type": "l"
},
{
"id": "BE0701",
"text": "Demographic Analysis (Demography)",
"type": "l"
},
{
"id": "BE0101",
"text": "Population statistics",
"type": "l"
}
],
"success": true
}