← Estland

Tallinn åpne datatabeller

GET /tallinn/data/tables

List alle tilgjengelige datasett fra Tallinn bys åpne dataportal (avaandmed.tallinn.ee). Returnerer tabellnavn med beskrivelser: befolkning, budsjett, veistengninger, byggetillatelser, gravetillatelser, byplaner, adresser og transport.

Eksempelforespørsler

Grunnleggende bruk
curl https://nordapi.ee/api/v1/tallinn/data/tables

Livesvar

{
  "data": [
    {
      "description": "Tallinn population data by district",
      "name": "Population",
      "table": "rahvastik"
    },
    {
      "description": "Tallinn city budget data",
      "name": "Budget",
      "table": "eelarve"
    },
    {
      "description": "Active and planned road closures",
      "name": "Road Closures",
      "table": "teede_sulgemised"
    },
    {
      "description": "Building permit applications and decisions",
      "name": "Building Permits",
      "table": "ehitusload"
    },
    {
      "description": "Excavation permit applications and decisions",
      "name": "Excavation Permits",
      "table": "kaeveload"
    },
    {
      "description": "City planning and zoning data",
      "name": "City Planning",
      "table": "planeeringud"
    },
    {
      "description": "Tallinn address registry",
      "name": "Addresses",
      "table": "aadressid"
    },
    {
      "description": "Public transport and traffic data",
      "name": "Transport",
      "table": "transport"
    }
  ],
  "success": true
}