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
}