← Svíþjóð

Skoða Statistics Sweden

GET /sweden/stats/browse

Kafaðu niður í stigveldi Statistics Sweden eftir slóð. Notaðu efnisflokka-endapunktinn til að finna auðkenni (ids), og sendu þau svo sem slóð aðskilda með skástrikum.

Sjáðu það myndrænt

Breytur

path valfrjálst

e.g. BE/BE0101

Dæmi um fyrirspurnir

Grunnnotkun
curl "https://nordapi.ee/api/v1/sweden/stats/browse?path=BE"

Lifandi svar

{
  "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
}