GET /estonian-plans/types
Listez tous les types de plans d'aménagement en Estonie avec leurs effectifs. Inclut detailplaneering (plans détaillés), üldplaneering (plans généraux) et maakonnaplaneering (plans départementaux).
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
}