← Эстония

Таблицы открытых данных Таллинна

GET /tallinn/data/tables

Список всех доступных наборов данных из портала открытых данных Таллинна (avaandmed.tallinn.ee). Возвращает имена таблиц с описаниями: население, бюджет, перекрытия дорог, разрешения на строительство, разрешения на раскопки, городские планы, адреса и транспорт.

Примеры запросов

Базовое использование
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
}