← 爱沙尼亚

空间规划类型

GET /estonian-plans/types

列出爱沙尼亚所有类型的空间规划及其数量。包括 detailplaneering(详细规划)、üldplaneering(综合规划)和 maakonnaplaneering(县级规划)。

请求示例

基本用法
curl https://nordapi.ee/api/v1/estonian-plans/types

实时响应

{
  "data": [
    {
      "count": 14807,
      "type": "MP"
    },
    {
      "count": 1742,
      "type": "MPJ"
    },
    {
      "count": 871,
      "type": "MPTP"
    }
  ],
  "success": true,
  "total": 3
}