← Estland

Arealplantyper

GET /estonian-plans/types

List alle typer arealplaner i Estland med antall. Inkluderer detailplaneering (detaljplaner), üldplaneering (kommuneplaner) og maakonnaplaneering (fylkesplaner).

Eksempelforespørsler

Grunnleggende bruk
curl https://nordapi.ee/api/v1/estonian-plans/types

Livesvar

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