GET /tallinn/data/tables
List all available datasets from the Tallinn City datos abiertos portal (avaandmed.tallinn.ee). Returns table nombres with descripcións: population, budget, road closures, creando permits, excavation permits, city plans, addresses, and transport.
curl https://nordapi.ee/api/v1/tallinn/data/tables
{
"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
}