GET /estonian-plans/types
Vis alle typer af lokalplaner i Estland med antal. Inkluderer detailplaneering (detailplaner), üldplaneering (kommuneplaner) og maakonnaplaneering (amtsplaner).
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
}