GET /estonian-plans/types
Listen Sie alle Arten von Raumplänen in Estland mit Anzahl auf. Enthält detailplaneering (Detailpläne), üldplaneering (umfassende Pläne) und maakonnaplaneering (Kreispläne).
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
}